Authorization: Bearer ********************
{ "amount": "0.01" }
curl --location --request POST 'http://localhost:23456/api/pay?from=apifox' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": "0.01" }'
{ "QrCode": "data:image/png;base64", "payOrderNo": "123", "from": "apifox" }