Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/hr/total-payroll?fromDate&toDate¤cy' \
--header 'ORGANIZATION-ID: 000000'
{
"data": {
"value": "string",
"subValue": "string",
"routerLink": "string"
},
"message": "string"
}