curl --location -g --request POST 'https://www.autozod.app/api/webhooks' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1000,
"event_type": "AgentUpdated",
"url":"https://upload.hyperzod.dev/storage/images/h1jw5Bpe6bLpPGZHj835WkY5QWUzwnAOhH6zlSVT.jpg"
}'{
"success": true,
"data": "string"
}