Send a command to a connected browser extension
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/browsers/extension/command \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"payload": {}
}
'curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/browsers/extension/command \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"payload": {}
}
'