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": "1991-03-16",
"payer": {
"title": "tempor dolor anim amet",
"name": "Clementina Boehm",
"email": "[email protected]"
},
"items": [
{
"description": "anim",
"amount": 9524.769354434793
},
{
"description": "nulla laboris do",
"amount": 13563.99594801541
},
{
"description": "sint qui nostrud ex",
"amount": 27375.26186585047
},
{
"description": "est",
"amount": 45933.52767749501
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'