{
"theme_id": "string",
"question_id": "string",
"question": "string"
}curl --location --request POST '/public-api/feedback/update-collected-question' \
--header 'Timestamp;' \
--header 'Cookie: uIdToken=xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"theme_id": "string",
"question_id": "string",
"question": "string"
}'{
"code": 200,
"message": "SUCCESS",
"data": {}
}