curl --location --request POST '/api/v1/subscriptions//renew' \
--header 'idempotency-key;' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"checkoutSession": {
"id": "string",
"status": "string",
"approval_url": "string",
"expires_at": "2019-08-24T14:15:22.123Z"
},
"subscription": {
"id": "string",
"status": "string"
},
"customer": {
"id": "string",
"email": "string"
},
"renewalFor": "string"
}
}