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
This worked for me.
/users?ids[]=id1&ids[]=id2