curl --request POST \
--url http://0.0.0.0:3000/v1/automations/webhook/{webhook_id} \
--header 'Content-Type: application/json' \
--data '
{
"sensor": "temperature",
"value": 23.5
}
'{
"message": "Webhook received"
}curl --request POST \
--url http://0.0.0.0:3000/v1/automations/webhook/{webhook_id} \
--header 'Content-Type: application/json' \
--data '
{
"sensor": "temperature",
"value": 23.5
}
'{
"message": "Webhook received"
}