Authorization: Bearer ********************curl --location --request GET 'https://api.upbooks.io/api/v1/expense/most-spent?fromDate&toDate¤cy' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Authorization: Bearer <token>'{
"data": {
"key": "string",
"value": "string",
"routerLink": "string"
},
"message": "string"
}