hello,
i have this curl call, i need to covert it to c# or restshape to call it on button click event from page behind
pls advice
curl 'https://wafx.sucuri.net/api?v2' \
--data 'k=API_KEY' \
--data 's=API_SECRET' \
--data 'a=delete_blocklist_ip' \
--data 'ip=IP_ADDRESS'