Often usage of curl
curl -sS -v -w "\n" "Here is URL" -b if_you_need_cookie_use_option
curl -sS -v -w "¥n" -X POST "Here is URL" -H "If you need a header, Insert here" -d "Set request body" -c if_you_need_cookie_use_option