cURL
curl --request GET \ --url https://api.example.com/api/v1/spaces/{space_id}/session/state
Get the current state of a space.
curl https://api.ama2.me/api/v1/spaces/{space_id}/session/state \ -H "Authorization: Bearer YOUR_JWT_TOKEN"