meta { name: Add Custom Domain type: http seq: 2 } post { url: {{ENDPOINT}}accounts/6/custom-domains body: json auth: bearer } auth:bearer { token: {{TOKEN}} } body:json { { "domain": "custom-domain-staging.songwhip.dev", "dryRun": true } }