Get the finance categories for a project
The ID of the project to get the details for
GET //finance/projects/{projectId}/categories HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "categories": { "ANY_ADDITIONAL_PROPERTY": { "name": "text", "categories": { "ANY_ADDITIONAL_PROPERTY": { "name": "text" } } } }, "month": "text" }