cURL
curl --request POST \ --url https://shardcloud.app/api/apps/{app_id}/deploy-token \ --header 'Authorization: Bearer <token>'
{ "token": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deploy token
Token created/updated