Authorization: Bearer ********************{
"percent": 50
}curl --location --request PUT '/servers/69/modify/cpuThrottle?sync=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"percent": 50
}'