Paste these commands into your terminal to run a script
that will generate a new PDF.
curl -fSL "https://sync.api.docspring.com/api/v1/templates/tpl_TrmdePAbxjKpbs2s93/submissions" \
-u "api_test_z9F4keTFADRyXf6JcA:qEm6Xbf7xXFnGxxFT5R7MzhYkAfJbmjkAa637jhRtq" \
-d '{
"data": {
"date": "2012-07-09",
"payer": {
"title": "velit ut",
"name": "Deanna Waelchi",
"email": "[email protected]"
},
"items": [
{
"description": "ipsum commodo deserunt labore aute",
"amount": 26131.81148400873
},
{
"description": "tempor Ut in magna",
"amount": 45193.03887835605
},
{
"description": "aliquip fugiat est proident in",
"amount": 38139.33858248236
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'