Authorization: Bearer ********************
{
"route-destination-match-pattern": "string",
"route-source-match-pattern": "*",
"route-class": "*",
"route-match-server-hostname": "*",
"route-is-enabled": "yes",
"description": "string",
"route-method": "fixed"
}
curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/routes' \
--header 'Content-Type: application/json' \
--data-raw '{
"route-destination-match-pattern": "string",
"route-source-match-pattern": "*",
"route-class": "*",
"route-match-server-hostname": "*",
"route-is-enabled": "yes",
"description": "string",
"route-method": "fixed"
}'
{
"code": 0,
"message": "string"
}