pub async fn post_multipart_with_path<T, U>( inst: T, token: &str, form: Form, ) -> Result<U, ErrorWrapper>where T: Query + PathQuery + Endpoint, U: DeserializeOwned + Debug,