package dto type UserBookPostCreate struct { BookID uint `json:"bookId" binding:"required"` }