meta { name: KOReader Get Book Metadata type: http seq: 2 } get { url: {{baseUrl}}/api/sync/koreader/metadata/{{book_uuid}} headers: { Authorization: Bearer {{device_token}}, Content-Type: application/json } } assert { res.status == 200 res.body.uuid != null res.body.title != null res.body.progress != null }