Navigate the primary content view to a specific plugin
curl -X POST "http://localhost:7172/api/navigate" \ -H "Content-Type: application/json" \ -d '{ "pluginID": "com.example.plugin" }'
Empty
Empty
curl -X POST "http://localhost:7172/api/navigate" \ -H "Content-Type: application/json" \ -d '{ "pluginID": "com.example.plugin" }'
curl -X POST "http://localhost:7172/api/navigate" \
-H "Content-Type: application/json" \
-d '{
"pluginID": "com.example.plugin"
}'