Create a public share for a session.
Generates a public sharing link that allows anyone with the URL to view the session and its tasks. If a public share already exists for the session, it will return the existing share instead of creating a new one.
Public shares are useful for:
Args:
Returns:
Raises:
Successful Response
View model for representing a public share of a session.
Attributes: share_token: Token to access the public share. share_url: URL to access the public share. view_count: Number of times the public share has been viewed. last_viewed_at: Timestamp of the last time the public share was viewed (None if never viewed).