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