access-token: ********************
curl --location --request POST '/return-apply/confirm-refund-amount?refundAmount&returnApplyId' \
--header 'access-token;'
{
"code": "string",
"data": "string",
"message": "string",
"success": true
}