curl --location --request POST '/api/v1/subscriptions//cancel/confirm' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletAddress": "string",
"at_period_end": false
}'{
"property1": "string",
"property2": "string"
}