curl --request POST \
--url https://api.provident.ae/v2/apps/portal/leads/process \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Lead processing has been queued.",
"data": {
"updateTask": {},
"enrichTask": {}
},
"timestamp": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.provident.ae/v2/apps/portal/leads/process \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Lead processing has been queued.",
"data": {
"updateTask": {},
"enrichTask": {}
},
"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 process.
The name of the lead.
The phone number of the lead.
The email address of the lead.
Static token for authentication.