curl --location --request POST 'https://vcc.scmeeting.com:9090/api/v1/cdr/set_cdr_subscriber' \
--header 'appId;' \
--header 'accessKey;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscriber_url": "https://unconscious-filter.com/",
"signature": 0
}'