{
"feedbackContent": "string"
}
curl --location --request POST 'https://overseas-training-uat.dah-demo.com/overseas-training/course/feedback/' \
--header 'Content-Type: application/json' \
--data-raw '{
"feedbackContent": "string"
}'
{
"code": 0,
"exceptionCode": "",
"msg": "",
"data": null
}