Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"priority": 1,
"delay": 2,
"ageingtime": 300,
"healthtime": 60,
"status": false
}curl --location --request POST 'http://10.10.0.26:8080/api/network/stp' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"priority": 1,
"delay": 2,
"ageingtime": 300,
"healthtime": 60,
"status": false
}'{}