curl --request POST 'https://api.doczilla.app/v1/pdf' \
--header 'Authorization: Bearer <your token>' \
--header 'Content-Type: application/json' \
--output 'doczilla.pdf' \
--data '{
"page": {
"url": "https://doczilla-app.github.io/paged.js-example/"
},
"pdf": {
"format": "a4"
}
}'