Partner games
Create a new game
POST
/{locale}/partners/gamesAuthorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Locale code
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/en/partners/games" \ -H "Content-Type: application/json" \ -d '{}'Empty