To modify an outlet's state or setting, all you need is the outlet number. Options for state are: "ON", "OFF", "REBOOT".
curl 'http://192.168.1.100/api/outlets/1' \
--request "PUT" \
--header 'Authorization: Bearer rKKHIKivalp6ihp6e09' \
--data '{ "state":"ON" }'