Hook URL 格式为
/web/hook/<string:rule_uuid>
调用 hook 时,使用 以下参数
curl -X POST \
'{{env.url}}/web/hook/' \
--header 'Accept: */*' \
--header 'Content-Type: text/plain' \
--data-raw '{
"data": {
}
}'
Odoo web hook 是在 base_automation 模块实现的