List Customers
GET /customers
Create Customer
POST /customers
Authorize Customer
PUT /customers/authorize/
Get Customer by ID
GET /customers/
Update Customer by ID
PUT /customers/
Delete Customer by ID
DELETE /customers/
Customer management endpoints for creating, retrieving, updating, and deleting customers.
GET /customers
POST /customers
PUT /customers/authorize/
GET /customers/
PUT /customers/
DELETE /customers/