curl --request POST \
--url https://api.mnemom.ai/v1/billing/reactivate \
--header 'Authorization: Bearer <token>'{
"reactivated": true,
"cancel_at_period_end": true,
"status": "<string>"
}curl --request POST \
--url https://api.mnemom.ai/v1/billing/reactivate \
--header 'Authorization: Bearer <token>'{
"reactivated": true,
"cancel_at_period_end": true,
"status": "<string>"
}