Authorization: Bearer ********************
{
"synchronous": "no",
"timeframe-name": "string",
"timeframe-type": "string"
}
curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/timeframes' \
--header 'Content-Type: application/json' \
--data-raw '{
"synchronous": "no",
"timeframe-name": "string",
"timeframe-type": "string"
}'
{}