API Integration - cURL example JSON generated for each document template
1540763700001
Improvement
The API Integration sample cURL code will be generated based on the tokens present in the document template and delivery.
curl -X POST \
https://api.docupilot.app/documents/create/XXXX/XXXX \
-H 'Content-Type: application/json' \
-d '{
"companyname": "Miss.Failed",
"client": {
"name": "Mr.Made",
"email": "[email protected]"
}
}'
