Function process_with_empty_response
pub async fn process_with_empty_response(
request: RequestBuilder,
) -> Result<(), ApiError>Expand description
Sends and processes a request expecting an empty response, returning Ok(()) when successful.