curl --location '/api/v1/service/ip/query' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderIds": [
"string"
]
}'{
"data": [
{
"orderId": "string",
"name": "string",
"type": "ISP",
"status": 0,
"totalPrice": 0,
"discount": 0,
"number": 0,
"period": 0,
"expireAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"proxies": [
{
"productId": "string",
"basePrice": 0,
"region": "string",
"city": "string",
"scene": "string",
"proxy": "string"
}
]
}
],
"err": false,
"msg": "SUCCESS",
"code": 200
}