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

Body

application/json
name
string
required