curl --location --request PUT 'https://staging.api.joindapayments.com/services/350441b7-2757-4f6f-b558-4eb645c5912f' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_name": "",
"webhook_endpoint": "",
"webhook_secret": "",
"is_active": true
}'{
"status": "success",
"message": "Service updated successfully",
"data": {
"id": "350441b7-2757-4f6f-b558-4eb645c5912f",
"service_name": "",
"webhook_endpoint": "oo",
"is_active": false,
"created_at": "2025-12-16T15:53:50.458975Z",
"updated_at": "2025-12-16T16:16:50.398688Z"
}
}