Authorization: Bearer ********************curl --location --request POST 'https://test.web.gw.finansz.com//api/pos/payments/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"paymentId": "472e651e-5a1e-424d-8098-23858bf03ad7",
"amount": 0,
"description": "string"
}'{
"paymentId": "472e651e-5a1e-424d-8098-23858bf03ad7",
"transactionDate": "2019-08-24T14:15:22.123Z",
"status": 1,
"amount": 0,
"destinationType": 1,
"actionType": 1,
"refundDescription": "string",
"errorCode": "string",
"errorMessage": "string"
}