curl --location --request POST '/gateway-api/deposit/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "merchant1",
"amount": 2000,
"channelCode": "MVola-100-5000",
"merchantSerial": "MD003",
"notifyUrl": "https://www.xxx.com/aaaa",
"timestamp": "1750520481407",
"sign": "0DF58241B967D7EEB0C97D8D1547548C"
}'{
"code": 200,
"msg": "OK",
"data": {
"platformId": "6856e4b4b5a59d841a8590d2",
"merchantSerial": "MD003",
"amount": 500,
"state": 0,
"url": "http://localhost:80/6856e4b4b5a59d841a8590d2"
}
}