Create post heart
add heart to selected post
POST
/posts/{postId}/hearts
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"message": "Like created successfully."
}
Last updated