in pkg/api/postservice_api.go [65:67]
func handleError400(c *gin.Context, err error) bool { return handleError(c, err, http.StatusBadRequest) }