Translate `ACCT-CUST-LST-NM` to `accountCustomerLastName` - **Using HTTP POST for everything** — Use GET for reads, POST for creates, PUT for full updates, PATCH for partial updates, DELETE for deletes - **Returning HTTP 200 for errors** — Use proper HTTP status codes; consumers expect them - **Skip