curl --location 'https://api.mpc.dev.placewise.com/v1/billing/data_transfer/breakdown?period=month&offset=0&type=files&grouping=type' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{
"total": [
{
"group": "files",
"request_bytes": 33377600,
"cost": 84323564
}
],
"breakdown": [
{
"period": "01.2025",
"data": [
{
"group": "files",
"request_bytes": 50010740,
"cost": 35494327
}
]
}
]
}