Concept Flow - Response envelope patterns
Client sends request
Server processes request
Server creates response envelope
Envelope contains: status, data, message
Server sends response envelope
Client reads envelope, checks status
Client uses data or handles error
The client sends a request, the server processes it and wraps the result in a response envelope containing status, data, and message, then the client reads and acts on it.