Endpoint examples
Create Player
Creates a new player in the system
POST
/playersAuthorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/jsonPlayer to add to the system
namestringrequiredThe name of the player
tagstringTag to specify the player type
idinteger<int64>requiredIdentification number of the player
Response
200application/json
Player response
namestringrequiredThe name of the player
tagstringTag to specify the player type