{
"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
}
}