How to Encrypt and decrypt request, response through my ionic app with node js server

Hi,
I need to encrypt the request to node js server for ionic app.Also need the response in encrypted format for nodejs server. I required this because request and response data is display in plain json and anybody can read it by using any tool like burp or owasp.

Please help me on this.