Open files or urls.
Request
POST /api/open
Path
{
"path": "C:\\path\\to\\file.ext"
}
URL
{
"url": "https://system-bridge.timmo.dev"
}
Response
Path
{
"message": "Opening path: C:\\path\\to\\file.ext"
}
URL
{
"message": "Opening URL: https://system-bridge.timmo.dev"
}