meta {
  name: setCustomPagePath
  type: http
  seq: 7
}

post {
  url: {{ENDPOINT}}/custom-pages/1/path
  body: json
  auth: bearer
}

headers {
  Content-Type: application/json
}

auth:bearer {
  token: {{TOKEN}}
}

body:json {
  {
    "path": "new-path"
  }
}
