Forum Discussion
EnTerr
9 years agoRoku Guru
"ankitgaur" wrote:
Following is the working CURL Command line URL for making API call
curl -X POST --data "email=abc@tudip.com" http://ec2-54-244-62-69.us-west-2.compu ... ord/reset/
Please provide way how to call above curl url in ROKU ?
Ok, so it's sent application/x-www-form-urlencoded in the body. Just do what belltown said