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

Body

application/json