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