Authorization: Bearer ********************
curl --location --request GET 'http://192.168.5.234:8081/api/v1/carbon/report/get?type=all&search&limit&page&order' \ --header 'X-Timestamp: {{X-Timestamp}}' \ --header 'X-Auth-UUID: {{X-Auth-UUID}}' \ --header 'Authorization: Bearer <token>'
{ "output": "string", "code": 0, "message": "string", "data": { "id": "string", "organizeUuid": "string", "accountingPeriod": "string", "totalEmission": 0, "reportStatus": "string", "listOfReports": "string", "createdAt": "string", "updatedAt": "string" } }