curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/billing/service_quotas_configs/' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;'
{
"service_quota_config": {
"id": 1,
"service_id": 0,
"customer_id": 447,
"from": "2019-08-24",
"type": "soft",
"limit": {
"total_capacity": 0,
"free_capacity": 0,
"extra_items_batch_size": 0,
"extra_item_price": 0
},
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}