meta { name: Set Artist path type: http seq: 28 } post { url: {{ENDPOINT}}artists/12345/path body: json auth: bearer } headers { Content-Type: application/json } auth:bearer { token: {{TOKEN}} } body:json { { "path": "new-path" } }