pub async fn post_multipart<T>(
path: &str,
token: &str,
form: Form,
) -> Result<T, ErrorWrapper>where
T: DeserializeOwned + Debug,pub async fn post_multipart<T>(
path: &str,
token: &str,
form: Form,
) -> Result<T, ErrorWrapper>where
T: DeserializeOwned + Debug,