curl --request POST \
--url https://{tenant}/api/hooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"header_map": {
"another-value": "somevalue",
"secret": "superscretkey"
},
"method": "POST",
"name": "Expired Keys webhook",
"target_path": "https://httpbin.org/expired-keys"
}'