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