Authorization: ********************
{
"filename": "string",
"list_id": "string",
"content_type": "CT_PHONE_NUMBER",
"notification_message": "string",
"country_code": "string",
"decompositions": {
"items": [
{
"name": "string",
"start_digit": 0,
"end_digit": 0
}
]
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/processscrublistupload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filename": "string",
"list_id": "string",
"content_type": "CT_PHONE_NUMBER",
"notification_message": "string",
"country_code": "string",
"decompositions": {
"items": [
{
"name": "string",
"start_digit": 0,
"end_digit": 0
}
]
}
}'
{
"error": {
"code": 0,
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}
}