curl --location --request GET 'https://ctgcdn.esurfingcloud.com/API/cdn/aws/response/headers/policies?domain=&type' \
--header 'Authorization: Bearer Af8VDldHtQxxxF4n=H8tLRl9Er7WdhaXvWWd/' \
--header 'Content-Type: application/json'{
"code": 1,
"message": "OK",
"data": [
{
"id": "60669652-455b-4ae9-85a4-c4c02393f86c",
"name": "Managed-SimpleCORS",
"desc": "Allows all origins for simple CORS requests"
},
{
"id": "5cc3b908-e619-4b99-88e5-2cf7f45965bd",
"name": "Managed-CORS-With-Preflight",
"desc": "Allows all origins for CORS requests, including preflight requests"
}
]
}