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