Accounts
Create and manage KESC accounts for your users.
Create Account
POST /accounts
Creates a new KESC account for a user.
{
"user_id": "usr_12345",
"phone_number": "+254712345678",
"email": "user@example.com"
}Get Account
GET /accounts/:account_id
Retrieve details about a specific account.
List Accounts
GET /accounts
List all accounts in your organization.