Edit conversation data.
curl --request PATCH \ --url https://app.docs.bynesoft.com/api/ask/conversations/{conversationId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "title": "<string>" }'
{ "id": "<string>", "title": "<string>" }
1 - 255