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