{
"currency": "USD",
"card_id": "card1509407906988347394",
"amount": 100.222,
"client_note": "提现",
"reference_id": "1231231"
}curl --location --request POST 'https://sandbox-gateway.pingpongx.com/v1/fx/openapi/fund/withdraw' \
--header 'access_token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJQaW5nUG9uZyIsImV4cCI6MTc2MjgzOTk5OSwiYXBwX2lkIjoiODA2MDQxNjY0NDk5NzczIiwiY2x1IjoiY24ifQ.cxvPObOiSh4-5TenuUoHoKciMzwUJ0CGpDZXAQ5fctA' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USD",
"card_id": "card1509407906988347394",
"amount": 100.222,
"client_note": "提现",
"reference_id": "1231231"
}'{
"code": 0,
"data": {
"amount": 100.22,
"reference_id": "1231231",
"case_id": "230717W000001",
"currency": "USD",
"card_id": "card1509407906988347394",
"client_id": "620007046"
},
"message": null
}