BASEURL = https://xapi-player.herokuapp.com
GET
BASEURL/api/v1/player/
-> get all PlayerDELETE
BASEURL/api/v1/player?id=UUID
-> Delete PlayerPUT
BASEURL/api/v1/player/
-> Update Player using RequestBodyPOST
BASEURL/api/v1/player/create
-> Create a Player using RequestBodyPOST
BASEURL/api/v1/player/createAll
-> Create Players using RequestBody