pub fn deserialize_json<'a, T: Deserialize<'a> + Debug>(
    arg: &'a str
) -> VeilidAPIResult<T>