Authorization: ********************{
"speed": "normal",
"amount": {
"currency": "INR",
"value": 1200
}
}curl --location --request POST '/orders//refunds' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"speed": "normal",
"amount": {
"currency": "INR",
"value": 1200
}
}'{}