Instead of calling from command prompt as curl -X GET https://localhost:3000/identity i want to call it from my application through rest API. say for example from Postman. how can i do that. Assuming my hostname is abc.xyz.com i am trying it in postman as https://abc.xyz.com:3000/identity its giving 500 internal server error