Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"speed": 10000,
"start_ip": "192.168.88.121",
"end_ip": "192.168.88.131",
"start_port": 4000,
"end_port": 5000,
"dst_mac": "11:11:11:00:00:00",
"dst_mac_mask": 48
}curl --location --request POST 'http://10.10.0.26:8080/api/acl/rate?page=1&size=20' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"speed": 10000,
"start_ip": "192.168.88.121",
"end_ip": "192.168.88.131",
"start_port": 4000,
"end_port": 5000,
"dst_mac": "11:11:11:00:00:00",
"dst_mac_mask": 48
}'{}