{
"deviceId": 0,
"deviceIds": [
0
],
"username": "string",
"password": "string",
"suPassword": "string",
"loginType": "string",
"authType": "string",
"additionalInfo": "string",
"templateId": -1,
"groupId": 0
}
curl --location --request POST '/api/device/manage/pwd/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"deviceIds": [
0
],
"username": "string",
"password": "string",
"suPassword": "string",
"loginType": "string",
"authType": "string",
"additionalInfo": "string",
"templateId": -1,
"groupId": 0
}'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}