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": "1993-07-17",
"payer": {
"title": "Duis dolore dolor esse",
"name": "Brandyn Beier",
"email": "[email protected]"
},
"items": [
{
"description": "eu aliquip",
"amount": 43436.80759863054
},
{
"description": "cillum proident do id Ut",
"amount": 3009.798337560388
},
{
"description": "sit tempor sint",
"amount": 31041.09988312971
},
{
"description": "voluptate ad elit sed",
"amount": 24127.03449338219
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'