Authorization: ********************
{
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"portal_id": "string",
"segment": 0,
"choice": 0,
"voice_session_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/acd/processsecureform' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"values": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"portal_id": "string",
"segment": 0,
"choice": 0,
"voice_session_sid": 0
}'
{
"success": true,
"data": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}