pub type Error = Error<ApiError>;
pub enum Error { Reqwest(Error), Serde(Error), Io(Error), ResponseError(ResponseContent<ApiError>), }