I want to send my request parameters in JSON format. My problem is I am not able send request like below format. Can anybody help me to resolve it?
{
"user": {
"email" : "",
"password": "",
"password_confirmation": ""
}
}