pub fn http_builder(
    base_url: &str,
    p_reaction_id: i64,
    h_user_agent: &str,
    h_accept: Option<&str>
) -> Result<Builder, ApiError>