curl --request POST \
--url https://api.provident.ae/v2/apps/portal/leads/enrich \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Leads enriched successfully",
"timestamp": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.provident.ae/v2/apps/portal/leads/enrich \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Leads enriched successfully",
"timestamp": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the lead to enrich.
The name of the lead.
The phone number of the lead.
The email address of the lead.
Static token for authentication.