Authorization: Bearer ********************
[
{
"key": "Access-Control-Allow-Origin",
"value": "*",
"type": "cors"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET",
"type": "cors"
},
{
"key": "Access-Control-Allow-Credentials",
"value": "GET,POST",
"type": "cors"
},
{
"key": "Access-Control-Allow-Headers",
"value": "GET,POST",
"type": "cors"
},
{
"key": "Access-Control-Expose-Headers",
"value": "GET,POST",
"type": "cors"
}
]
curl --location --request POST 'https://apistream.gotipath.com/v1/distributions/bb52605c-5bbc-41f4-af77-1c1bf12ec7d9/headers/cors' \
--header 'X-Auth-ClientId;' \
--header 'X-Auth-LibraryId;' \
--header 'X-Auth-ApiKey;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"key": "Access-Control-Allow-Origin",
"value": "*",
"type": "cors"
},
{
"key": "Access-Control-Allow-Methods",
"value": "GET",
"type": "cors"
},
{
"key": "Access-Control-Allow-Credentials",
"value": "GET,POST",
"type": "cors"
},
{
"key": "Access-Control-Allow-Headers",
"value": "GET,POST",
"type": "cors"
},
{
"key": "Access-Control-Expose-Headers",
"value": "GET,POST",
"type": "cors"
}
]'
{}