curl --location 'https://api.mpc.dev.placewise.com/v1/billing/data_transfer/summary?period=month&offset=0' \
--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'{
"summary": {
"total": {
"request_bytes": 18600519,
"response_bytes": 63291696
},
"files": {
"request_bytes": 55011964,
"response_bytes": 12862838
},
"webforms": {
"request_bytes": 23424251,
"response_bytes": 16813423
},
"websites": {
"request_bytes": 52430267,
"response_bytes": 62919105
},
"emails": {
"request_bytes": 18005896,
"response_bytes": 90895241
}
}
}