curl --location 'https://api.kabonshare.com/api/subscriptions/renew' \
--header 'Content-Type: application/json' \
--data '{
"planId": "string",
"months": 1,
"paymentSuccessful": true
}'{
"status": true,
"message": "string",
"data": {
"credits": {},
"subscriptionEndsAt": "2019-08-24T14:15:22.123Z",
"subscriptionStatus": "string",
"plan": {},
"renewal": {
"months": 0,
"totalAmount": 0,
"currency": "string",
"isExtension": true,
"isPlanChange": true
}
}
}