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