Rest Api Jwt Authentication

Hi,

I am trying use authentication in rasa rest api and I followed below documentation

I am generating jwt from https://jwt.io/ link and passing in header Authorization Bearer encodedjwtfromabovelink while passing same sender field in json which was used to encode jwt, but not seeing any json response body. Response status is Ok 200 but no content.

Can anyone help me on this please.