curl --request POST \
--url https://api.provident.ae/v2/apps/portal/leads/update \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Leads updated successfully",
"timestamp": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.provident.ae/v2/apps/portal/leads/update \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Leads updated successfully",
"timestamp": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Static token for authentication.