{
"id": 0,
"userId": 0,
"type": "string",
"content": "string",
"imgs": "string",
"phone": "string"
}curl --location '/app/user/feedback' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: 428a8310cd442757ae699df5d894f051' \
--header 'content-language: zh_CN' \
--header 'deviceCode;' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"userId": 0,
"type": "string",
"content": "string",
"imgs": "string",
"phone": "string"
}'{
"code": 0,
"msg": "",
"data": null
}