Likes
Like a post
Like a post to show appreciation
post/posts/{postId}/likes
Path parameters
postIdstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000
Unique identifier of the post
Request body
Example request
{
"username": "mike_wilson"
}Response
Post liked successfully
Example response
{
"postId": "123e4567-e89b-12d3-a456-426614174000",
"username": "mike_wilson",
"likedAt": "2025-06-01T12:00:00Z"
}