Strike Node

Strike Node (shard)

POST
/shard/strike/{name}
/shard/strike/{name}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

name
Required
string

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

Ok

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