curl --location --request POST 'https://api.mokahr.com/v1/open-platform/survey/result' \
--header 'Authorization: Bearer 6efe04cbc4b00ed85e2d8e9d3e8e622de435e55a' \
--header 'Content-Type: application/json' \
--data-raw '{
"result": "xxx",
"surveyId": "1",
"attachment": {
"name": "123.html",
"url": "http://www.example.com/index.html"
}
}'
{}