curl --location -g --request PUT 'http://localhost:8080/news/' \
--header 'Authorization: ' \
--header 'user-email: userA@gmail.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Qualquer",
"content": "Descritivo",
"author": "name",
"category":"categoria",
"tags": ["tag1", "tag2"],
"source_url": "https://www.notica.com.br/notica.html",
"social_media_url": "https://linkedin.com/in/danielsoaresmartins"
}'
{ "news_id" : "6549873", "status": "updated" }