Updates a dispute for a specific transaction.
curl --request PUT \
--url https://api.sandbox.sudo.cards/cards/disputes/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "not_received",
"explanation": "<string>",
"metadata": "{}"
}'
"{}"
curl --request PUT \
--url https://api.sandbox.sudo.cards/cards/disputes/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "not_received",
"explanation": "<string>",
"metadata": "{}"
}'
"{}"