I created an azure event Topic and added an azure function (event trigger type) as a subscription. when trying to send a request through postman I get undefined API version.
Error:
{ "error": { "code": "ApiVersionUnspecified", "message": "An API version is required, but was not specified." } }