pub async fn send_json<T: DeserializeOwned>(
req: RequestBuilder,
) -> Result<(T, HeaderMap)>Expand description
Send a JSON request and parse the response.
This function includes retry logic with exponential backoff for transient failures.
pub async fn send_json<T: DeserializeOwned>(
req: RequestBuilder,
) -> Result<(T, HeaderMap)>Send a JSON request and parse the response.
This function includes retry logic with exponential backoff for transient failures.