Authorization: Bearer ********************{}curl --location '/v2.0/payment/crypto/refunds//close' \
--header 'Content-Type: application/json' \
--data '{}'{
"code": "SUCCESS",
"msg": "string",
"data": {
"success": true,
"refundId": "string",
"status": "CLOSED",
"closedAt": 0
}
}