I am new to programming with Rails API. To test my Rails API, I need to build a manual POST request with data format like
{ "user": { "email": "abc@gmail.com", "name": "abc", } }
I am trying to use Simple REST Client but not able to get the URL with data in the above format. How do I write the URL to get the data in the right format?