Function commonwasm::remote::post_without_building_link
pub fn post_without_building_link<T, M>(
url: String,
headers: HeaderMap,
body: T,
) -> Result<M, String>where
T: Serialize,
M: DeserializeOwned,