meta { name: Add Library Folder, type: http, seq: 1 } post { url: "/api/libraries/{{ _.libraryId }}/folders" headers: { Authorization: "Bearer {{ _.token }}", Content-Type: "application/json" } body: { folder_path: "/path/to/library/media" } } tests: { test_add_folder_success: { status: 201, headers: { "content-type": "application/json" } } }