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