token: ********************{
"period": "string",
"traffic_type": "string",
"total_flow": 0,
"usage_notice": 0,
"threshold_trigger": 0,
"port_up": 0,
"port_down": 0,
"start_date": "string"
}curl --location --request PUT '/admin/servers//traffic' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"period": "string",
"traffic_type": "string",
"total_flow": 0,
"usage_notice": 0,
"threshold_trigger": 0,
"port_up": 0,
"port_down": 0,
"start_date": "string"
}'{
"success": "true"
}