Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/tickets/tickets/listusers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"users": [
{
"user_id": "string",
"first_name": "string",
"last_name": "string",
"is_active": true
}
]
}