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