# Send an action command to Iris
curl-X POST https://api.instabody.com/v1/iris/action \
-H"Authorization: Bearer $IB_API_KEY"\
-H"Content-Type: application/json"\
-d'{
"verb": "move",
"parameters": {
"target": "kitchen_counter",
"speed": 0.5,
"collision_avoidance": true
}
}'