curl --location --request GET '/store/dashboard/recap/store?start=2025-01-01&end=2025-12-01'
{
"data": {
"total_orders": 10,
"total_sales_qty": 200,
"total_income": 500000,
"closing_percent": 90
}
}
Authorization: Bearer ********************