Authorization: ********************
{
"portal_link_id": "string",
"portal_id": "string",
"segment": 0,
"choice": 0,
"params": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"request_origin": "REQUEST_ORIGIN_UNKNOWN",
"session_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrationspublic/processworkflow' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"portal_link_id": "string",
"portal_id": "string",
"segment": 0,
"choice": 0,
"params": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"request_origin": "REQUEST_ORIGIN_UNKNOWN",
"session_id": "string"
}'
{
"success": true,
"data": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"session_id": "string"
}