Learn about the CrateBytes Game API and how to interact with it.
/api/game/
Authorization: Bearer <your-jwt-token>
{ "statusCode": 200, "data": { // Response data here } }
{ "statusCode": 400, "error": { "message": "Error description" } }