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": "2000-07-26",
"payer": {
"title": "dolore non dolore ea",
"name": "Donnell Reichert",
"email": "[email protected]"
},
"items": [
{
"description": "esse reprehenderit ea",
"amount": 30198.69602608334
},
{
"description": "doproident",
"amount": 32843.03432131265
},
{
"description": "sit aliquip proident deserunt aute",
"amount": 44452.39213635982
}
],
"invoice_number": 1
},
"test": true,
"metadata": {}
}'