curl --request POST \
--url http://api.superwize.ai/api/news/submitArticleFeedback \
--header 'Content-Type: application/json' \
--data '
{
"articleId": "obj_01JHKZ0PV2WX123456789",
"type": "thumbs_down",
"message": "What are the main causes of climate change?"
}
'{
"success": true
}Stores thumbs-up or thumbs-down article feedback for the authenticated user.
curl --request POST \
--url http://api.superwize.ai/api/news/submitArticleFeedback \
--header 'Content-Type: application/json' \
--data '
{
"articleId": "obj_01JHKZ0PV2WX123456789",
"type": "thumbs_down",
"message": "What are the main causes of climate change?"
}
'{
"success": true
}