{ "account_id": "019a2fa7-d364-7000-0061-154b4d153a8b", "id": "019a2fa7-d364-7000-0061-154b4d153a8b" }
curl --location 'https://uat.bkj.com/openapi/v1/wallet/cancel-withdrawal' \ --header 'X-Api-Key: your-X-Api-Key' \ --header 'X-Timestamp: 1770356156' \ --header 'X-Signature: xxxxxxxx' \ --header 'X-Nonce: xxxxxxx' \ --header 'Accept-Language: en-US' \ --header 'Idempotency-Key: 调用方自己生成的幂等 key' \ --header 'Content-Type: application/json' \ --data '{ "account_id": "019a2fa7-d364-7000-0061-154b4d153a8b", "id": "019a2fa7-d364-7000-0061-154b4d153a8b" }'
{ "code": 0, "data": "success", "message": "成功", "timestamp": 1775029529567 }