Wake the sandbox computer for a space
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/wake \
--header 'Authorization: Bearer <token>'{
"ok": true,
"computerId": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/wake \
--header 'Authorization: Bearer <token>'{
"ok": true,
"computerId": "<string>"
}