curl --request PATCH \
--url https://api.theauthapi.com/users/{id} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'
curl --request PATCH \
--url https://api.theauthapi.com/users/{id} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>"
}'