curl -X POST https://api.ugc.inc/billing/cancel \
-H "Authorization: Bearer YOUR_API_KEY"
{
"ok": true,
"code": 200,
"message": "Success",
"data": {
"message": "Subscription will be cancelled at the end of the current billing period"
}
}
Cancel your subscription at the end of the current billing period
POST https://api.ugc.inc/billing/cancel
curl -X POST https://api.ugc.inc/billing/cancel \
-H "Authorization: Bearer YOUR_API_KEY"
{
"ok": true,
"code": 200,
"message": "Success",
"data": {
"message": "Subscription will be cancelled at the end of the current billing period"
}
}