curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/billing/service_usage/history?from_offset=1&to_offset=1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'X-Client-Authorization: '
{
"service_usage_history": [
{
"period": "04.2025",
"data": [
{
"service": "domains",
"usage": "0.0"
}
]
}
]
}