Function process_with_json_response
pub async fn process_with_json_response<T, E>(
request: RequestBuilder,
) -> Result<T, Error<E>>where
T: DeserializeOwned,Expand description
Sends and processes a request expecting a JSON response, deserializing it into the type T.