curl --location --request POST '/api/v1/service/purchase/ip//renew' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>'{
"data": {
"property1": "string",
"property2": "string",
"success": true,
"msg": "string",
"errProxies": [
{
"proxy": "string",
"country": "string",
"productId": "string",
"quantity": 0
}
],
"successList": [
{
"orderId": "string",
"expiry": "string",
"proxies": [
{
"productId": "string",
"proxy": "string"
}
]
}
],
"errorList": [
"string"
],
"paymentDetails": {
"totalPrice": 0,
"discount": 0
}
},
"err": false,
"msg": "SUCCESS",
"code": 200
}