Request
Parameters = { "userId": Number } Body = null
Response
[ "category": { "categoryId": number, "categoryName": String, "colorCode": String, "posts": [ { "selectedDate": LocalDate(yyyy-MM-dd), "score": number }, ... ] }, ... ]
→ List<CategoryDto>
→ CategoryDto 안에 id, color, List<PostDto>