curl --location --request POST 'http://localhost:8080/news//like' \ --header 'Authorization: ' \ --header 'user-email: userA@gmail.com' \ --header 'Content-Type: application/json'
{}