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
It must 200 OK with empty list.
Why: Empty table means the table exists but does not have any records.
404 Not Found means requested end point does not exist.