{
"integrationName": "Cobra FatClient - ServiceA",
"status": "Done",
"link": null,
"payload": "{\"externalId\": \"123\", \"extra\": \"456\"}",
"message": "Successfully synchronized with external service",
"metadata": null
}curl --location --request POST 'https://api.cobra.de/v1/forms/responses/01234567890123456789abcd/integration-data' \
--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-raw '{
"integrationName": "Cobra FatClient - ServiceA",
"status": "Done",
"link": null,
"payload": "{\"externalId\": \"123\", \"extra\": \"456\"}",
"message": "Successfully synchronized with external service",
"metadata": null
}'{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}