application/jsonpurchase_key200 - status active404 - not your subscription, not a recurring plan, or not currently pausedAuthorization: Bearer ********************{
"purchase_key": "Purchase-83921"
}curl --location 'https://uat-api.hastaai.in/api/v1/subscriptions/resume' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"purchase_key": "Purchase-83921"
}'{
"success": true,
"message": "Success",
"data": {
"status": "active"
}
}