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