Sending JSON curl via Postman
I am trying to send a request via Postman to API, Below is the request type which is accepted by API, curl https://api.shoonya.com/NorenWClientTP/QuickAuth -d "jData={ "apkversion": "1.0.0", "uid": "TRST", "pwd": "s3cur3Id", "factor2": "31-08-2017", "imei": "134243434", "source": "API"}“ When I send…