meta { name: patchCustomPage type: http seq: 4 } patch { url: {{ENDPOINT}}/custom-pages/1 body: json auth: bearer } auth:bearer { token: {{TOKEN}} } body:json { { "isDraft": false } }