curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/projects \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}Creates a new project for the specified account
curl --request POST \
--url https://api.example.com/api/v1/accounts/{accountId}/projects \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}