curl --location '/api/v1/service/ip-products?type=undefined&discount=undefined' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>'{
"data": [
{
"productId": "string",
"country": "string",
"state": "string",
"city": "string",
"scene": "string",
"type": "ISP",
"stock": 0,
"inStock": true,
"name": "string",
"status": 0,
"continent": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"servicePrice": 0,
"OOS": true
}
],
"err": false,
"msg": "SUCCESS",
"code": 200
}