pub async fn generate_deploy_token_raw(
    client: &BackendClient,
    app_version_id: String
) -> Result<String, Error>