curl --location --request GET 'https://dev-api.orangecare-in1.com/api/cms/v1/dashboard/order/point-usage?period_type=monthly' \
--header 'Authorization: Bearer <token>'{
"data": {
"period_type": "monthly",
"total_points": 3906,
"charts": [
{
"value": {
"android": 551,
"ios": 0
},
"date": "2025-09-15 - 2025-09-21"
},
{
"value": {
"android": 1107,
"ios": 0
},
"date": "2025-09-22 - 2025-09-28"
},
{
"value": {
"android": 2140,
"ios": 0
},
"date": "2025-09-29 - 2025-10-05"
},
{
"value": {
"android": 100,
"ios": 0
},
"date": "2025-10-06 - 2025-10-12"
},
{
"value": {
"android": 8,
"ios": 0
},
"date": "2025-10-13 - 2025-10-19"
}
]
}
}