Crash The API Server

Creash the API Server

PATCH
/node/crash
/node/crash

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X PATCH "https://api.t4b.top/node/crash" \
  -H "Authorization: Bearer <token>"

Ok

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