{
"password": "string"
}curl --location --request PATCH 'https://sandbox.api.confirmapay.com//v1/transaction//refund/password' \
--header 'Device-Id;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"password": "string"
}'{
"data": null,
"description": {
"code": "string",
"message": "string"
},
"narrative": {
"code": "string",
"message": "string"
}
}