10.2Synchronous example
A UI asks:
“Does customer C001 exist?”
Flow:
GET /customers/C001
↓
Salesforce Query
↓
Transform
↓
200 response
Very reasonable.
Making this asynchronous would be silly:
202 Accepted
come back later to see if customer exists