curl --location --request POST '/api/v1/partner/webhook' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"webhookUrl": [
{
"categoryId": "535a8d78-cdf9-429c-a920-0646a059afac",
"webhookUrl": "https://lingkarhub.com/webhook?type=risk"
},
{
"categoryId": "0baae371-740c-4456-b401-a9117e6cceed",
"webhookUrl": "https://lingkarhub.com/webhook?type=quote"
},
{
"categoryId": "e9449910-737a-4c5e-944a-e3ff7e602bad",
"webhookUrl": "https://lingkarhub.com/webhook?type=recipient"
},
{
"categoryId": "63fb1ee9-d975-4821-b624-78392d634d4e",
"webhookUrl": "https://lingkarhub.com/webhook?type=transaction"
},
{
"categoryId": "e2c327b1-a751-480a-8f2a-0a3bc7478f44",
"webhookUrl": "https://lingkarhub.com/webhook?type=va"
}
]
}'