{ "contact": "string", "content": "string", "images": [ "string" ] }
curl --location --request POST 'http://127.0.0.1:8001/app/app/feedback/submit' \ --header 'Authorization: xxx' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 1000, "message": "success" }