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