export function buildUrl({
  action,
  id,
}: { id?: EdgeJob['Id']; action?: string } = {}) {
  const baseUrl = '/edge_jobs';