{
"ftpServerAddress": "string",
"ftpServerPort": 0,
"ftpServerUserName": "string",
"ftpServerPassword": "string",
"fileName": "string",
"fileSize": 0,
"fileMd5": "string",
"upgradeType": 0
}
curl --location --request PUT '/device/hw/firmware' \
--header 'Content-Type: application/json' \
--data-raw '{
"ftpServerAddress": "string",
"ftpServerPort": 0,
"ftpServerUserName": "string",
"ftpServerPassword": "string",
"fileName": "string",
"fileSize": 0,
"fileMd5": "string",
"upgradeType": 0
}'
{
"code": 0,
"message": "string",
"data": {}
}