Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//dashboard/streak' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"current_streak": 0,
"longest_streak": 0,
"last_order_date": "string",
"active_today": true
},
"message": "string"
}