pub fn http_call(url: &str, method: &str, body: &[u8]) -> Result<OracleResponse>
Makes an HTTP request via the oracle.
Returns OracleResponse with status and body.
OracleResponse