Authorization: ********************
{
"extension_message": {
"agent": {
"first_name": "string",
"last_name": "string",
"user_id": "string",
"archived": true
}
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/createextension' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"extension_message": {
"agent": {
"first_name": "string",
"last_name": "string",
"user_id": "string",
"archived": true
}
}
}'
{}