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