Verify JWT authentication in TYK using Postman

Thanks @Yaara for pointing out my mistake, I changed JWT Signing method from RSA to HMAC(Shared) in my API and its working fine this time. I tried this in previous attempts too but may be i was missing something that time.