Good morning, I'm trying to create an API, to do a user validation and password, to use in xamarin. But I am in doubt, if I want to fetch a user x and a password x in the database should I pass all users and passwords to a site or is there any way to only perform the user query x and that x password and just return those dynamically? I'm sorry if the question was a bit vague, but my doubt is in the logic, I'm not understanding very well with the API will communicate dynamically with the database.