meta { name: List Media Items, type: http, seq: 1 } get { url: "/api/media-items?library_id={{ _.libraryId }}&limit=20&offset=0" headers: { Authorization: "Bearer {{ _.token }}", Content-Type: "application/json" } } tests: { test_list_media_items_success: { status: 200, headers: { "content-type": "application/json" } } }