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