Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/vendor//outstanding-payables' \
--header 'ORGANIZATION-ID: 00000'
{
"data": {
"sum": 0,
"currency": {
"name": "string",
"symbol": "string"
}
},
"message": "string"
}