{
"feedback_type": 6,
"content": "电影内容有问题",
"email": "user@example.com"
}curl --location '/app/api/user/feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"feedback_type": 6,
"content": "电影内容有问题",
"email": "user@example.com"
}'{}