curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/default{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}Retrieves the default project for the specified account
curl --request GET \
--url https://api.example.com/api/v1/accounts/{accountId}/projects/default{
"id": "<string>",
"name": "<string>",
"description": "<string>"
}