pub async fn add(
    __arg0: Json<Vec<AddHistoryRequest>>,
    user: User,
    db: Extension<Postgres>
) -> Result<(), ErrorResponseStatus<'static>>