{
"type": 0,
"title": "string",
"content": "string",
"productId": 0,
"orderId": 0,
"complaintInfo": "string",
"email": "string",
"mobile": "string",
"feedbackPics": [
"string"
]
}
curl --location --request POST '/api/user/feedback/submit' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"title": "string",
"content": "string",
"productId": 0,
"orderId": 0,
"complaintInfo": "string",
"email": "string",
"mobile": "string",
"feedbackPics": [
"string"
]
}'