Content-Type: application/jsonUser-Agent: IORQ-Webhook/1.0X-Webhook-ID: {webhook_id} - ID do webhookX-Event-Type: {event_type} - Tipo do eventocurl --location --request POST 'https://auth-dev.iorq.com.br/client-webhook-endpoint' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "update",
"data": {
"entity_id": "3273520b-7ebe-44da-be63-666b2bd8766b",
"status": "approved"
}
}'