{
"mobile": "string",
"content": "string",
"productId": 0
}
curl --location --request POST '/api/product/product/priceInquiry' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"content": "string",
"productId": 0
}'