curl --location --request POST 'http://127.0.0.1:7071/app/print' \
--header 'Content-Type: application/json' \
--data-raw '{
// "printer": "PDFwriter",
"type": "url_pdf",
"pdf_path": "http://127.0.0.1:7071/public/1749804654179wcl4h87ft.pdf",
}'
{}