Captcha Test All Nodes

Test Captcha All Nodes (shard)

POST
/shard/captcha
/shard/captcha

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X POST "https://api.t4b.top/shard/captcha" \
  -H "Authorization: Bearer <token>"

Ok

{
  "data": {
    "success": true
  },
  "statusCode": 200
}