{
"operationAuthorization": {
"operationType": "FIAT_WITHDRAWAL_CREATE",
"operationHash": "string",
"authorizedAt": "2019-08-24T14:15:22.123Z",
"authorizedByPartnerUserRef": "string",
"authorizedByPartnerPolicyRef": "string",
"authorizationMethod": "string",
"mfaEvidenceRef": "string",
"sourceSystem": "string",
"sourceActionRef": "string",
"rawEvidence": {
"property1": "string",
"property2": "string"
}
}
}curl --location '/partner/v1/crypto/refunds//confirmation' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"operationAuthorization": {
"operationType": "FIAT_WITHDRAWAL_CREATE",
"operationHash": "string",
"authorizedAt": "2019-08-24T14:15:22.123Z",
"authorizedByPartnerUserRef": "string",
"authorizedByPartnerPolicyRef": "string",
"authorizationMethod": "string",
"mfaEvidenceRef": "string",
"sourceSystem": "string",
"sourceActionRef": "string",
"rawEvidence": {
"property1": "string",
"property2": "string"
}
}
}'{}