meta { name: create wishlist type: http seq: 2 } post { url: {{base_url}}/user/wishlists body: json auth: inherit } body:json { { "name": "test2", "description": "" } } settings { encodeUrl: true timeout: 0 }