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