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