Footer Section
Explore

curl --request POST \--url https://documentation.conga.com/ds/api/dataintegration/v1/Configuration/name \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '{"property1": {},"property2": {}}'
1{2"name": "string",3"configuration": {4"property1": {},5"property2": {}6}7}