I have problem to get next pages of list transcriptions.
I try this and similar code and don't work...
headers: {
authorization: 'Bearer 1234567890'
},
body: JSON.stringify({
page: 3
}).then(function(r){ return r.text() } )
.then(function(b){ console.log(JSON.parse(b)) });