Authorization: ********************
{
"agent_sid": 0,
"login_sid": 0,
"user_name": "string",
"client_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/org/p3/username/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_sid": 0,
"login_sid": 0,
"user_name": "string",
"client_sid": 0
}'
{}