Authorization: Bearer ********************
curl --location --request POST '/api/community/groups/posts/1/like' \ --header 'Authorization: Bearer <token>'
{ "liked": true, "likes_count": 1 }