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