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