Question 2: What does it mean for a REST API to be stateless? Choice: (choose correct answer): () The server and client do not have to remember any previous requests. () The server maintains a session for each client. () The client stores the state of the server. () The client must authenticate with each request. Answer: The server and client do not have to remember any previous requests.