externalUserId
curl --location '/api/v1/wallet/account/user_001' \ --header 'tenant-id: 1'
{ "code": 0, "msg": "success", "data": { "externalUserId": "user_001", "status": "NORMAL", "createTime": "2026-04-01T12:00:00" }, "ok": true }