Authorization: Bearer ********************
{ "postId": 1, "liked": true }
curl --location --request POST 'http://localhost:9999/api/posts/like' \ --header 'Content-Type: application/json' \ --data-raw '{ "postId": 1, "liked": true }'
{}