curl --location --request POST '/api/pay' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"OutPayOrderNo": "ORDER-20240206-001",
"Amount": 0.01,
"Name": "VIP会员",
"Type": "alipay",
"NotifyUrl": "https://your-domain.com/callback",
"WebPay": true
}'