{
"restoreFactory": [
{
"type": 0,
"para": 0
}
]
}
curl --location --request PUT 'http://prod-cn.your-api-server.com/v1/system/restore-factory' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"restoreFactory": [
{
"type": 0,
"para": 0
}
]
}'
{
"code": 0,
"message": "string",
"data": {}
}