Show the status of all fleets within a project.
/v1/projects/{projectID}/fleets/status
curl -L \ --url 'https://cloud-api.calyptia.com/v1/projects/{projectID}/fleets/status' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "managed": 1, "healthy": 1, "inProgress": 1, "unhealthy": 1 }