I ve designed and create Pritset to make it easy to generate tons of of PDFs based on your DOCX templates.There are two flows: direct and webhook.First - you do a request and wait until it finish generation. curl --location pritset-api-url --header Authorization: your access token --header X-Secret: your user secret --form data= Pass json data here Second - in request you passing the url you want to receive a webhook, after - you receive a jobId right away and awaiting response to passed endpoint. curl --location pritset-api-url --header Authorization: your access token --header X-Secret: your user secret --form data= Pass json data here --form url= your-url-to-receive-webhook Test user: test-pritset@ukr.net Test password: test-pritsetI need your feedback very much.Thanks.