I have a list of Users (imagine POJO User has Id as int and Name as string), and I want to make an API call passing as parameter the list of IDs instead the list of Users. S