Concept Flow - HTTP status codes for APIs
Client sends API request
Server receives request
Server processes request
Server selects HTTP status code
Server sends response with status code
Client receives response
Client acts based on status code
This flow shows how an API request is handled, with the server choosing an HTTP status code to tell the client what happened.