Authorization: Bearer ********************
{ "name": "John Doe" }
curl --location --request PATCH 'https://api.competier.net/v1/account' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "John Doe" }'