Request
Response
{ routinePostId: string, // userId: string, // 좋아요한 유저의 아이디, 의논 필요 author: user{}, // 좋아요한 유저의 정보 createdAt: string, // 의논 필요 updatedAt: string, // 의논 필요 }
좋아요 테이블이 따로 있을까요!?
user{}
: 유저 정보 객체{ postLikeId: number; postId: number; userId: number; }