Hi
I have a Rest API of Twilio for sending sms. I am creating a Rest Service to invoke this API. Given below is the curl command :
curl -X POST 'https://api.twilio.com/2010-04-01/Acc...' \
-d 'From=%2B1------' \
-u AC723e7b9b8dd937cab7f249550ae73f71:{AuthToken}
Pls tell me how will i add '-u; parameter in my service.