Exemplo de requisição
curl -X POST https://api.rapidchargeback.com/chargeback-alert/update/status \
-H "clientid: suacliente123" \
-H "clientkey: secreta456" \
-H "Content-Type: application/json" \
-d '{
"alert_id": "a1b2c3d4",
"status": "notfound"
}'
Atualizado
Isto foi útil?