Save Branch Insurance
POST
/api/v1/branch/insurancesRegister branch insurance with Kenya Revenue Authority (/saveBhfInsurance).
Requires x-api-key
http://localhost:8100/api/v1/branch/insurances
Headers
| Field | Type | Required | Description |
|---|---|---|---|
| x-api-key | string | Required | Your Ushuru API key |
curl -X POST http://localhost:8100/api/v1/branch/insurances \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'