Authorization: ********************
{
"conversation_sid": 0,
"channel_type": "CHANNEL_TYPE_EMAIL",
"collected_data": {
"property1": "string",
"property2": "string"
},
"asm_session_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/asm/asm/setconversationcollecteddata' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_sid": 0,
"channel_type": "CHANNEL_TYPE_EMAIL",
"collected_data": {
"property1": "string",
"property2": "string"
},
"asm_session_sid": 0
}'
{}