pub async fn put_json_with_path<T, U, B>( inst: T, token: &str, body: &B, ) -> Result<U, ErrorWrapper>where T: Query + PathQuery + Endpoint, U: DeserializeOwned + Debug, B: Serialize + ?Sized,