{
"bucket": {
"allow_empty_refer": true,
"domain_list": [
"string"
],
"enabled": true,
"referer_type": "string"
}
}curl --location --request POST 'https://example.com:30888/buckets//set-referer' \
--header 'Content-Type: application/json' \
--data-raw '{
"bucket": {
"allow_empty_refer": true,
"domain_list": [
"string"
],
"enabled": true,
"referer_type": "string"
}
}'{}