curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/billing/summary?period=month&offset=0' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer '
{
"summary": {
"total": {
"cost": "20.0",
"count": 3
},
"marketing": {
"cost": "15.0",
"count": 2
},
"non_marketing": {
"cost": "5.0",
"count": 1
},
"sms": {
"cost": "10.0",
"count": 1,
"parts": 10
},
"email": {
"cost": "5.0",
"count": 1
},
"push": {
"cost": "5.0",
"count": 1
}
}
}