For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/brokers' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"countryCode": "string",
"phone": "string",
"alternateCountryCode": "string",
"alternatePhone": "string",
"email": "user@example.com",
"licenseNumber": "string",
"company": "string",
"commissionType": "PERCENTAGE",
"commissionRate": 0,
"commissionCycle": "MONTHLY",
"cycleDate": 0,
"flatAmount": {
"amount": 10000,
"currency": "INR"
},
"status": "ACTIVE"
}'{
"id": "fb932a09-eb5e-476f-be29-827cd93bfd75",
"name": "Test Broker",
"countryCode": "91",
"phone": "6854123365",
"alternateCountryCode": "91",
"alternatePhone": "3654125545",
"email": "test@gmail.com",
"licenseNumber": "BRK2024008",
"status": "ACTIVE"
}