meta { name: Change Path type: http seq: 1 } post { url: {{ENDPOINT}}prereleases/123/path body: json auth: bearer } headers { Content-Type: application/json } auth:bearer { token: {{TOKEN}} } body:json { { "path": "new-path" } } settings { encodeUrl: true timeout: 0 }