{
"internalId": 1,
"externalId": "a183824b967de175851269daf870933ea36e8S",
"integrationId": -1,
"entitie": "patient",
"userToken": "this.currentUser.auth",
"userCreated": {
"id": -1
},
"userChanged": {
"id": -1
}
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/integrationbinding/' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"internalId": 1,
"externalId": "a183824b967de175851269daf870933ea36e8S",
"integrationId": -1,
"entitie": "patient",
"userToken": "this.currentUser.auth",
"userCreated": {
"id": -1
},
"userChanged": {
"id": -1
}
}'{}