cURL
curl --request POST \ --url https://api.chakra.dev/api/v1/servers/shutdown \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server shutdown
The response is of type object.
object