Create a new conversation owned by the caller.
Request body for creating a new conversation.
Optional human-readable title.
Successful Response
Conversation row returned by the conversation CRUD endpoints.
created_by is non-null on the wire: the column is nullable on the model (ondelete=SET NULL), but the lookup path filters by created_by == caller, so any row that reaches the response by definition has a creator.