{
"user": "test@examplemail.com",
"comment": "测试反馈功能\n换行测试正常",
"date": "2025-10-02T19:48:58.464515"
}curl --location --request POST 'https://api.rycb.mxj.pub/api/feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": "test@examplemail.com",
"comment": "测试反馈功能\n换行测试正常",
"date": "2025-10-02T19:48:58.464515"
}'{
"id": 3,
"message": "反馈提交成功",
"success": true
}