Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/finance/gst-receivable?fromDate&toDate¤cy' \
--header 'ORGANIZATION-ID: 00000'
{
"data": [
{
"key": "string",
"value": "string",
"subKey": "string",
"subValue": "string",
"icon": {
"value": "string",
"type": "initials"
},
"routerLink": "string"
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}