meta { name: KOReader Get Library type: http seq: 3 } get { url: {{baseUrl}}/api/sync/koreader/library headers: { Authorization: Bearer {{device_token}}, Content-Type: application/json } } assert { res.status == 200 res.body.library_sync != null res.body.total_books >= 0 }