INATIVO.POST /webhook.curl --location --request DELETE 'https://hml.api.pedagioeletronico.com.br/am-gateway-api/v1/webhook/' \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": {
"url": "https://parceiro.exemplo.com.br/webhook/transacoes",
"tipo": "TRANSACOES",
"status": "INATIVO",
"dataCriacao": "2026-04-01T10:00:00Z",
"dataInativacao": "2026-04-02T15:30:00Z"
},
"meta": {
"timestamp": "2026-04-02T15:30:00Z",
"requestId": "req_def456"
}
}