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