meta { name: update-media type: http seq: 2 } post { url: {{baseUrl}}/media/:id body: json auth: inherit } params:path { id: 3 } body:json { { "subcategory_ids":[1,2] } } body:multipart-form { ~is_premium: true ~image: @file() ~image_id: 1 } settings { encodeUrl: true timeout: 0 }