Authorization: Bearer ********************curl --location --request POST 'ldap/sync' \
--header 'Authorization: Bearer <token>'{
"message": "LDAP sync completed successfully",
"success": true,
"result": {
"total": 1,
"created": 1,
"updated": 0,
"skipped": 0
}
}