Authorization: Bearer ********************
{
"content": "测试反馈意见"
}
curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/yystopf/feedbacks.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "测试反馈意见"
}'
{
"status": 0,
"message": "string"
}