cURL to URL

Shabeershah2002
Hi

I am ok until getting Access Token but then after placing an order never worked , sometime error 400 and sometimes 404 !

can anyone please convert below cURL for using directly on the webpage address bar (URL) something like "https://api.kite.trade/user/margins/equity?api_key=xxx&access_token=yyy", because i am able to get margin details by placing above url with access key etc, but i am not able to convert below curl to URL , as i am just a beginner programmer in C#,

curl https://api.kite.trade/orders/regular \
-d "api_key=xxx" \
-d "access_token=yyy" \
-d "tradingsymbol=ACC" \
-d "exchange=NSE" \
-d "transaction_type=BUY" \
-d "order_type=MARKET" \
-d "quantity=1" \
-d "product=MIS" \
-d "validity=DAY"

This discussion has been closed.