{
"orgId": "string"
}curl --location '/web/product/productListQuery' \
--header 'Content-Type: application/json' \
--data '{
"orgId": "string"
}'{
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"productId": "string",
"productName": "string",
"state": 0
}
]
}