What does the statelessness requirement in REST APIs mean?
AEach request from client to server must contain all information needed to understand and process it.
BThe server must remember all previous requests from the client.
CThe server stores user session data between requests.
DThe client does not need to send any authentication information after the first request.