it doesn't work when using it as below:
"queryStringParameters": { "periodType": [ "month" ], "microSvcId": [ "{[\\w-]+}" ] }
or the regEx like below does not work:
[\d]{8}-[\w]{4}-[\w]{4}-[\w]{4}-[\w]{12}
in the end, i have to use it as below:
"*-*-*-*-*"
i also try any other regEx in path/body, they do not work at all....
will you have a plan to support regex?