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