Authorization: Bearer ********************curl --location 'https://api.upbooks.io/api/v1/sales/sales-by-user/?fromDate=undefined&toDate=undefined¤cy=undefined&employeeId=undefined' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"key": "string",
"value": "string",
"routerLink": "string"
}
],
"message": "string"
}