Create an OnboardingSession record after the extension finishes uploading.
POST /api/onboarding/sessions/ Body: session_uuid: str har_s3_key: str screenshot_s3_keys: list[str] platform_host: str session_url: str Response: session_id: str (UUID)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
No response body