{ "request_no": "string", "sender": "string", "network": 0, "currency": "string", "amount": "string", "receiver": "string", "deadline": 0, "remark": "string" }
curl --location --request POST 'https://api.sparkwallet.top/order/transfer' \ --header 'User-Agent;' \ --header 'SparkWallet-App-Id;' \ --header 'SparkWallet-Signature;' \ --header 'SparkWallet-Timestamp;' \ --header 'SparkWallet-Nonce;' \ --header 'Content-Type: application/json' \ --data-raw '{ "request_no": "string", "sender": "string", "network": 0, "currency": "string", "amount": "string", "receiver": "string", "deadline": 0, "remark": "string" }'
{ "code": 0, "message": "string", "data": { "checkout_url": "string", "order_no": "string", "order_status": "string" } }