Add a new shard

Add a new shard

POST
/node/shards/add
/node/shards/add

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

game
Required
string

Value in: "FREE_FIRE" | "FREE_FIRE_SHELL" | "FREE_FIRE_SG" | "FREE_FIRE_ID"

cookie
Required
string

curl -X POST "https://api.t4b.top/node/shards/add" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "game": "FREE_FIRE",
    "cookie": "string"
  }'

Ok

{
  "data": {
    "shards": [
      {
        "type": "string",
        "id": 0,
        "vId": "string",
        "proxy": "string",
        "datadome": "string",
        "createdAt": "string"
      }
    ]
  },
  "statusCode": 200
}