post
https://example.com/api/v1/mobile/session/start/
Start a new mobile tracking session.
Request body: { "persistent": true // Whether to save encounter history }
Returns: { "session_id": "uuid", "persistent": true, "started_at": "2024-01-01T00:00:00Z" }