refundable_amount
of the order.{
"amount": 0,
"reason": "string",
"note": "string",
"no_notification": true
}
curl --location --request POST '/admin/orders//refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"reason": "string",
"note": "string",
"no_notification": true
}'