meta { name: Get Media Item, type: http, seq: 1 } get { url: "/api/media-items/{{ _.mediaItemId }}" headers: { Authorization: "Bearer {{ _.token }}", Content-Type: "application/json" } } tests: { test_get_media_item_success: { status: 200, headers: { "content-type": "application/json" } } }