{
"loginName": "kauth_test",
"password": "kauth_test",
"captchaCode": "1234",
"captchaUuid": "a1b2c3d4e5f6g7h8i9j0",
"deviceId": "device_12345"
}curl --location --request POST 'https://api.kauth.cn/api/consumer/user/unbindDevice' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginName": "kauth_test",
"password": "kauth_test",
"captchaCode": "1234",
"captchaUuid": "a1b2c3d4e5f6g7h8i9j0",
"deviceId": "device_12345"
}'{
"msg": "string",
"data": {},
"code": "[200:操作成功]",
"traceId": "string",
"elapse": "string",
"respTime": "string",
"success": true
}