You would use the verb in the HTTP header. Depending on your implementation, this could be:

GET – gets a resource
POST – updates a full resource
PUT – creates a resource
DELETE – deletes a resource
PATCH – updates a partial resource

There’s no need to put any of that information into the URL, since HTTP already has all that built in.