{
"dataContext": {
"peopleId": "string",
"businessCardId": "string"
},
"outputFormat": "Docx"
}curl --location 'https://api.cobra.de/v1/crm/templates/word//rendering' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de' \
--header 'Content-Type: application/json' \
--data '{
"dataContext": {
"peopleId": "string",
"businessCardId": "string"
},
"outputFormat": "Docx"
}'<?xml version="1.0" encoding="UTF-8"?>
<root>string</root>