{ "account_id": "edbf3a26-6603-40a3-873e-d24605b79345" }
curl --location --request DELETE 'https://uat.bkj.com/openapi/v1/card/delivery-addresses/' \ --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": "edbf3a26-6603-40a3-873e-d24605b79345" }'
{ "code": 0, "data": "success", "message": "success", "timestamp": 1774340604594 }