curl --location -g --request POST 'http:///V1/order//refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"appendComment": true,
"arguments": {
"adjustment_negative": 0,
"adjustment_positive": 0,
"extension_attributes": {
"return_to_stock_items": [
0
]
},
"shipping_amount": 0
},
"comment": {
"comment": "string",
"extension_attributes": {},
"is_visible_on_front": 0
},
"items": [
{
"extension_attributes": {},
"order_item_id": 0,
"qty": 0
}
],
"notify": true
}'
0