Get sandbox computer status for a space
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/status \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"computerId": "<string>"
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/computers/status \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"computerId": "<string>"
}