curl --location --request GET '/api/v1/board/me' \
--header 'Authorization: Bearer <token>'
{"items":[{"postId":20,"stockId":0,"userId":15,"opinion":"Sell","content":"ewww","createdAt":"2025-09-21 15:38:50","userName":"test","likedByMe":false,"likeCount":0,"commentCount":0,"authorTierCode":"BRONZE"},{"postId":16,"stockId":0,"userId":15,"opinion":"Sell","content":"ewww","createdAt":"2025-09-19 12:39:50","userName":"test","likedByMe":true,"likeCount":1,"commentCount":0,"authorTierCode":"BRONZE"}],"totalCount":2,"code":200,"message":"OK","numOfRows":2}