Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/sales/revenue-by-source/?fromDate&toDate¤cy&chartType' \
--header 'ORGANIZATION-ID: 000000'
{
"data": [
{
"key": "string",
"value": "string",
"routerLink": "string"
}
],
"message": "string"
}