{}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/billing/recurring_charges//archive' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"recurring_charge": {
"id": 1,
"name": "string",
"customer_id": 447,
"from": "2019-08-24",
"price": 0,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"discarded_at": "2022-11-09T16:25:58.099512Z"
}
}