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