Extend the expiration date of a customer’s subscription
| Status Code | Description | Solution |
|---|---|---|
| 200 | Success | Subscription extended successfully |
| 400 | Bad Request | Check extension days value (1-365) |
| 401 | Unauthorized | Check your JWT token validity |
| 403 | Forbidden | Verify your role permissions |
| 404 | Not Found | Verify the user ID exists |
| 409 | Conflict | Customer has reached maximum extension limit |
| 500 | Internal Server Error | Contact support if persistent |
isActive status is updated to true when extension makes the account current