curl --location 'https://api.techrar.com/order/v1/merchant/subscriptions/stats/' \
--header 'app-id: 4' \
--header 'Authorization: Bearer <token>'{
"total": {
"count": 7,
"growth_rate": 100
},
"active": {
"count": 5,
"growth_rate": 100
},
"revenue": {
"amount": 3925,
"growth_rate": 100
}
}