X-API-Key: ********************{
"productId": "string",
"productName": "string",
"productType": "string",
"originalPrice": "string",
"discountedPrice": "string",
"discountRate": 0,
"costPrice": 0,
"phone": "string"
}curl --location --request POST '/carwash/getProductList' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"productName": "string",
"productType": "string",
"originalPrice": "string",
"discountedPrice": "string",
"discountRate": 0,
"costPrice": 0,
"phone": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}