Let\'s say you want to get list of users by calling GET to api/users, but currently the table was truncated so there are no users. What is the prop
GET
api/users
If you are expecting list of user object, the best solution is returning an empty list ([]) with 200 OK than using a 404 or a 204 response.