GET
/{postId}/likes/my-likes
curl \
--request GET 'http://localhost:8080/{postId}/likes/my-likes'
Response examples (200)
{
"message": "string",
"data": [
{
"id": 42,
"postId": 42,
"createdAt": "2026-05-04T09:42:00Z"
}
]
}