|
1 2 3 4 5 |
curl -i \ -H "Authorization: Basic [InsertYourTokenHere]" \ -H "Content-Type: application/json" \ -X POST \ -d ' {"recipients":[{"number":"004912345678"}],"documents":[{"name":"document.suffix","data":"SGVsbG8sIHRoaXMgaXMgYSB0ZXN0aW5nIGRvY3VtZW50IGJvZHkgY3JlYXRlZCBmb3IgOTk5OTlURQ=="}],"renderingOptions":{"paperFormat":"A4"},"statusReportOptions":{"reportPurgeTs":"2018-08-07T13:34:37.098+02:00"}}' \ |