authorization: ********************{
"pageSize": 100,
"pageNo": 1
}curl --location --request POST 'http://openapi.chem-site.com//openapi/rhawn/products/getAllProducts' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 100,
"pageNo": 1
}'{
"data": {
"totalPage": 0,
"pageNo": 0,
"list": [
{
"code": "string",
"cas": "string",
"chemCnName": "string",
"chemEnName": "string",
"cnName": "string",
"enName": "string",
"level": "string",
"delivery": "string",
"price": 0,
"marketPrice": 0,
"ifExplode": 0,
"ifDrag": 0,
"ifDangers": 0,
"status": 0,
"pack": "string",
"weight": 0,
"tag": "string",
"cctj": "string"
}
]
},
"status": "string",
"code": "string",
"message": "string",
"error": {}
}