curl --location --request POST '/v1/disputes' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Idempotency-Key: {{idempotencyKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"txn_id": "<txn_id>",
"type": "wrong_beneficiary",
"notes": "<notes>",
"evidence": [
"<item>"
]
}'{
"status": "ok"
}