Skip to main content

post_json

Function post_json 

Source
pub(super) async fn post_json<T: Serialize>(
    base_url: &str,
    path: &str,
    bearer: &str,
    c2s: &T,
    operation: &str,
) -> Result<String>