pub async fn send( request: Request, ) -> Result<Response, Box<dyn Error + Sync + Send>>
Send a custom Request.
Request
The http_client is used to send the request.
http_client