cURL
curl --request POST \ --url https://dev-api-cj-agc-vie.fnstack.dev/v1/policy-holders \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "last_name": "MALONGA", "phone_number": "242059758563", "date_of_birth": "1974-12-02", "gender": "MALE", "first_name": "Jules" } '
{ "policy_holder_id": "phol_2c1x7V4r47ynM4RABVm1Co0UKkG" }
Create a policy holder
1
1 - 250
"MALONGA"
"242059758563"
"1974-12-02"
FEMALE
MALE
"MALE"
250
"Jules"
'Create a policy holder' command accepted and ongoing
"phol_2c1x7V4r47ynM4RABVm1Co0UKkG"