pub async fn http_post_request2<T: for<'de> Deserialize<'de>>(
url: &str,
param: Vec<u8>,
content_type: Option<&str>,
) -> BuckyResult<T>pub async fn http_post_request2<T: for<'de> Deserialize<'de>>(
url: &str,
param: Vec<u8>,
content_type: Option<&str>,
) -> BuckyResult<T>