Authorization: ********************curl --location --request PATCH '/users/me/role' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newRole": "string"
}'{
"user": {
"id": 0,
"username": "string",
"tier": "FREE",
"profileUrl": "string",
"email": "string",
"isVerified": true
}
}