Authorization: ********************{
"pause_code": {
"name": "string",
"description": "string",
"codes": [
"string"
],
"xml_client_property_sid": 0
}
}curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/updateagentpausecode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pause_code": {
"name": "string",
"description": "string",
"codes": [
"string"
],
"xml_client_property_sid": 0
}
}'{}