Player
Create a player
Returns
Examples
Create player example
POST /players
Content-type: application/json
Authorization: Bearer <YOUR TOKEN>
X-Custom-Header: custom-header-value
{ "format": "json", "data": { "name": "Bob" } },
Create a player
POST /players
Content-type: application/json
Authorization: Bearer <YOUR TOKEN>
X-Custom-Header: custom-header-value
{ "format": "json", "data": { "name": "Bob" } },