Authorization: Bearer ********************curl --location --request GET 'https://api.upbooks.io/api/v1/operations/projects-count?projectStatus' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Authorization: Bearer <token>'{
"data": {
"value": "string",
"subValue": "string",
"routerLink": "string"
},
"message": "string"
}