Authorization: Bearer ********************
{
"route-is-enabled": "yes",
"description": "string",
"route-method": "fixed"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/routes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"route-is-enabled": "yes",
"description": "string",
"route-method": "fixed"
}'
{}