pub async fn post_json<T: Serialize>( url: impl Into<String>, body: &T, ) -> ProtocolResult<Response>
Convenience function to make a POST request with JSON body