pub async fn raw_api_request_with_query(
api_url: &str,
method: Method,
path: &str,
token: Option<&str>,
query: &[(String, String)],
) -> Result<(u16, Value), String>Expand description
Execute a raw API request with query parameters and return the response (no printing).