pub fn reqwest_blocking_builder( base_url: &str, p_card_id: i64, h_user_agent: &str, h_accept: Option<&str>, ) -> Result<Request, ApiError>