curl --request POST \
--url https://api.example.com/api/v2/projects \
--header 'Content-Type: application/json' \
--data '
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"is_private": false,
"freeplay_spend_limit_usd": 123,
"data_retention_days": 123
}
'