POST /customer
api-key: your_secret_key_here
{ "first_name": "John", // string "last_name": "Doe", // string "email": "john@example.com", // string optional "phone": "+255712345678", // international format }
{ "status": true, "message": "success", "data": { "customerKey": "CUS_3GWpmbk5ezJn4K" // unique identifier for the customer } }