pub fn deserialize_opt_json<T: DeserializeOwned + Debug>(
    arg: Option<String>
) -> VeilidAPIResult<T>