curl --request POST \
--url https://api.mnemom.ai/v1/billing/cancel \
--header 'Authorization: Bearer <token>'{
"canceled": true,
"cancel_at_period_end": true,
"current_period_end": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.mnemom.ai/v1/billing/cancel \
--header 'Authorization: Bearer <token>'{
"canceled": true,
"cancel_at_period_end": true,
"current_period_end": "2023-11-07T05:31:56Z"
}