{
"id": 0,
"snId": "string",
"did": "string",
"originName": "string",
"modelId": 0,
"model": "string",
"hardwareId": 0,
"versionType": 0,
"versionCode": 0,
"resVersionCode": 0,
"protVersionCode": 0,
"upgradeType": 0,
"createTime": "string",
"updateTime": "string",
"name": "string",
"sourcePlatform": "string",
"productId": "string",
"firmwareVersion": "string",
"count": 0,
"lastOnlineTime": "string",
"firstTime": "string",
"skuId": 0,
"brushheadUseDay": "string",
"productKey": "string",
"deviceName": "string",
"deviceSecret": "string"
}
curl --location --request POST 'https://test.myusmile.online/user/modifyBrushheadInfo' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"snId": "string",
"did": "string",
"originName": "string",
"modelId": 0,
"model": "string",
"hardwareId": 0,
"versionType": 0,
"versionCode": 0,
"resVersionCode": 0,
"protVersionCode": 0,
"upgradeType": 0,
"createTime": "string",
"updateTime": "string",
"name": "string",
"sourcePlatform": "string",
"productId": "string",
"firmwareVersion": "string",
"count": 0,
"lastOnlineTime": "string",
"firstTime": "string",
"skuId": 0,
"brushheadUseDay": "string",
"productKey": "string",
"deviceName": "string",
"deviceSecret": "string"
}'
{
"flag": true,
"code": 0,
"message": "string",
"data": {}
}