curl --location '/api/v1/service/purchase/ip' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ISP",
"products": [
{
"productId": "product_xxx",
"quantity": 10
}
],
"name": "service-isp-order",
"channelName": "service-isp-order",
"tag": "crawler"
}'{
"data": {
"property1": "string",
"property2": "string",
"errProxies": [
{
"proxy": "string",
"country": "string",
"productId": "string",
"quantity": 0
}
],
"orderId": "string",
"totalPrice": 0,
"discount": 0,
"number": 0,
"period": 0,
"expireAt": "2019-08-24T14:15:22.123Z",
"status": 0,
"name": "string",
"proxies": [
{
"productId": "string",
"basePrice": 0,
"region": "string",
"city": "string",
"scene": "string",
"proxy": "string"
}
]
},
"err": false,
"msg": "SUCCESS",
"code": 200
}