How to access a Url using Nodemcu (ESP8266) using arduino ide

Hi to all

I´m newbie in arduino and nodemcu, and I have a question.

I´m testing my nodemcu esp8266 1.0 esp-12E module module with arduino ide and I already made some little projects and all it´s working fine.

I would like to know if its possible to access a url from nodemcu , i.e.,
I have a account in voipraider thats allow me to send a sms through this url:

https://www.voipraider.com/myaccount/sendsms.php?username=my_username&password=my_password&from=origin_phone&to=destination_phone&text=text_to_send

If I paste this url in any browser, voipraider send a sms to destination_phone.

My goal is create a arduino sketch using nodemcu to send a sms using this url.

Its possible ?
If yes, could you please help me with some code to use in arduino ide (not LUA) ?

I would be very grateful if you could help me.

Thanks for your attention

tried it on google and found this