curl --request POST \
--url https://api.example.com/experimental/operator/open-url \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"browser": "<string>"
}
'{
"success": true
}curl --request POST \
--url https://api.example.com/experimental/operator/open-url \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"browser": "<string>"
}
'{
"success": true
}Was this page helpful?