curl --location '/api/Automation/TriggerEvent/Like "919876543210"' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.demo.token' \
--header 'Content-Type: application/json' \
--data '{
"event": "Test",
"instanceId": 10800,
"value": 250,
"metadata": {}
}'{}