curl --location --request PUT '/api/v1/partner/webhook/193c50b9-63f7-4919-9f6f-72c3858f93ea' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookUrl": "https://lingkarhub.com/webhook?type=risk2"
}'{
"status": 200,
"serviceStatus": "2001900",
"titleCode": "success",
"title": "Success",
"detail": "Processed successfully",
"responseTime": "2025-10-07T08:54:41",
"data": {
"webhookId": "193c50b9-63f7-4919-9f6f-72c3858f93ea",
"webhookUrl": "https://lingkarhubtest.com/webhook?type=risk2"
}
}