Control multiple pins via GET request?

Hello,
I am trying to control multiple GPIO pins using a GET HTTP request, I would like to know what is the correct form of link to use, I know that to control one pic the following form is used
http://Blynk_Server/My_Auth/update/D4?value=1
however what is the form to control more than one without using a virtual pin?
Thank you in advance

That is the real purpose and benefit of virtual pins,… use one “pin” command to do multiple actions at once via code.

But for more details please remember to search this forum as there is, more often then not, already answers to most questions. e.g…