Get or create a conversation with a user
POST/core/api/v1/user/:userId/conversation
Creates a conversation between the authenticated admin and the specified user. If a conversation already exists, returns the existing conversation ID.
Request
Responses
- 200
- 404
- 500
Conversation created or retrieved successfully
User not found
Failed to create conversation