{
"userId": 0,
"id": 0,
"amount": 0
}
curl --location --request POST '/api/user/rechargeOrder/update' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"id": 0,
"amount": 0
}'
{
"orderId": 0
}