{
"title": "应用1描述---",
"feedbackText":"VALIDATION"
}
curl --location --request POST 'http://172.20.238.8:48806/ai-portal/user-feedbacks/add' \
--header 'Authorization: debug userId=19645' \
--header 'tenantId: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "应用1描述---",
"feedbackText":"VALIDATION"
}'
{}