[
{
"email": "yusuf.hilside@gmail.com",
"firstName": "Yusuf",
"lastName": "Samaila",
"phoneNumber": "+2348102938475",
"dob": "1995-01-31",
"countryId": 161, //Nigeria's country id
"gender": "male"
}
]curl --location 'http://localhost:3000/api/v1/webhook/partner-applicants' \
--header 'x-api-key: sk-81f041cd-bc21-44d5-99ab-7e950312fa27' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"email": "yusuf.hilside@gmail.com",
"firstName": "Yusuf",
"lastName": "Samaila",
"phoneNumber": "+2348102938475",
"dob": "1995-01-31",
"countryId": 161, //Nigeria'\''s country id
"gender": "male"
}
]'{
"results": [
{
"index": 0,
"status": "created",
"userId": 127,
"email": "yusuf.hilsid@gmail.com"
},
{
"index": 1,
"status": "created",
"userId": 128,
"email": "yuuf.hilsid@gmail.com"
}
]
}