Get the IRR categories for a project
/finance/projects/{projectId}/irr-categories
The ID of the project to get the details for
curl -L \ --url 'https://api.ecosuite.io//finance/projects/{projectId}/irr-categories' \ --header 'Authorization: YOUR_API_KEY'
{ "month": "text", "categories": { "ANY_ADDITIONAL_PROPERTY": { "name": "text", "categories": { "ANY_ADDITIONAL_PROPERTY": { "name": "text" } } } } }