curl --location --request POST '/webhooks/preference' \
--header 'Authorization: Bearer $TOKEN' \
--form 'enterprise_id=""' \
--form 'callback_url=""' \
--form 'callback_auth=""' \
--form 'event=""'[
{
"id": "223f8932-a85b-4abc-9f50-94bf2b4fc978",
"callback_url": "https://teste-api-callback",
"callback_auth": ""
"event": "[\"ORDER_CREATED\"]",
"enterprise_id": "a840567c-807c-4ec6-9de6-595e04342ef8",
"created_at": "2025-11-19T19:36:58.000Z"
}
]