authorization: ********************{
"productCode": "R003250-1ml"
}curl --location --request POST 'http://openapi.chem-site.com//openapi/rhawn/products/getProductDetail' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productCode": "R003250-1ml"
}'{
"data": {
"code": "string",
"cas": "string",
"chemCnName": "string",
"chemEnName": "string",
"cnName": "string",
"enName": "string",
"level": "string",
"delivery": "string",
"price": 0,
"marketPrice": 0,
"status": 0,
"cctj": "string"
}
}