Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/services/omnichannel/asm/v1alpha1/getcurrentsession' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"asm_session": {
"asm_session_sid": 0,
"asm_session_start": "1s",
"asm_session_end": "1s",
"voice_session": {
"voice_session_sid": 0,
"voice_session_start": "1s",
"voice_session_end": "1s"
}
}
}