I want to send following JSON data of user login info to the server to verify and receive confirmation from server response.
My JSON format in which I want to send data is:
{"email":"test@gmail.com","password":"12345678","conf_password":"12345678"}
Note: I am using volley library and StringRequest to send data and receive data.
For now it is sending data in this format
email=test%40gmail.com and so on