meta { name: createCustomPage type: http seq: 1 } post { url: {{ENDPOINT}}/custom-pages body: json auth: bearer } auth:bearer { token: {{TOKEN}} } body:json { { "artistId": 1, "name": "Test custom page", "image": "https://via.placeholder.com/1200", "isDraft": true } }