curl --location --request PUT 'https://fmsapi.deltax.la/clients/api/client/registrations/66bfb18c40f4231d20eb2154' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My Webhook",
"url": "https://example.com/webhook",
"callbackToken": "secret-token",
"distanceBetweenCallbacksMins": 30,
"maxDocumentsPerCallback": 100,
"enable": true
}'{"message":"Callback registration updated successfully.","callbackRegistration":{"_id":"66bfb18c40f4231d20eb2154","clientId":"66bfb18c40f4231d20eb2150","name":"My Webhook","callbackURL":"https://example.com/webhook","distanceBetweenCallbacksMins":30,"maxDocumentsPerCallback":100,"enable":true}}