common::remote

Function put

pub fn put<T, M>(
    project: &str,
    url: String,
    headers: HeaderMap,
    body: T,
) -> Result<M, String>