meta { name: Get Library Folders, type: http, seq: 1 } get { url: "/api/libraries/{{ _.libraryId }}/folders" headers: { Authorization: "Bearer {{ _.token }}", Content-Type: "application/json" } } tests: { test_get_folders_success: { status: 200, headers: { "content-type": "application/json" } } }