Authorization: ********************
curl --location --request PUT '/users/me/tier' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "newTier": "string" }'
{ "tier": "string" }