JWT Authentication in Rasa

Hello. I am trying to implement JWT in rasa. I followed the steps that was mentioned in the Rasa documentation Rasa HTTP API I ran the rasa server using the code “rasa run --jwt-secret thisismysecret --jwt-method HS256” rasa run pic

Then, when I hit on the server using post, without any authentication token, the chatbot responded with the message (which should not had happend).

What am I missing? Help!!!

I think the JWT token is used to secure the HTTP API of RASA, not the channel connector, Rest is a channel connector here, not sure if Authentication is implemented for the rest channel.