curl --location --request POST '/api/partner/v1/webhooks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Webhook de Transações",
"url": "https://example.com/webhook/endpoint",
"event": "cashin",
"trigger_all_products": true
}'
{
"id": 6,
"title": "Webhook de Transações",
"url": "https://example.com/webhook/endpoint",
"event": "cashin",
"trigger_all_products": true,
"token": "rFIT9WxTRHT0AoOFkK211LD6cuQb0AO0",
"created_at": "2025-07-25 20:05:28"
}