I have a url to fetch appointments for a user like this:
/user/:userId/appointments
How should the url look like if I want to get appointme
/appointments?users=1d1,1d2..
is fine. It's pretty much your only sensible option since you can't pass in a body with a GET.