Authorization: ********************
{
"list_id": "string",
"notes": "string",
"content": "string",
"expiration_date": "1s",
"country_code": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/updatescrubentry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_id": "string",
"notes": "string",
"content": "string",
"expiration_date": "1s",
"country_code": "string"
}'
{}