curl --request POST \
--url https://api.example.com/news/recents/clear \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newsID": null
}'{
"success": true,
"data": "<unknown>"
}Clear recents news articles.
curl --request POST \
--url https://api.example.com/news/recents/clear \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newsID": null
}'{
"success": true,
"data": "<unknown>"
}