Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/finance/gst-payable/total?currency' \
--header 'ORGANIZATION-ID: 00000'
{
"data": {
"value": "string",
"subValue": "string",
"routerLink": "string"
},
"message": "string"
}