curl --location --request DELETE '/payment/375b518e-b622-11f0-af7c-005056b4367d/partial' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_pan": "8600010000001234",
"refund_amount": 22244100,
"ofd": [
{
"name": "Бензин марки A80",
"mxik": "02710001003000000",
"package_code": 1282118,
"price": 795000,
"qty": 1,
"total": 1605900
}
]
}'{
"success": true,
"data": {PaymentModel}
}