Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/organization//snapshot/receivables?fromDate&toDate¤cy' \
--header 'ORGANIZATION-ID: 000000'
{
"data": {
"current": {
"amount": 0
},
"overdue": {
"amount": 0
},
"currency": "string"
},
"message": "string"
}