curl --location --request GET 'http://dev-cn.your-api-server.com/v2/aiproducts/askyoda/v2//conversations//' \
--header 'Authorization;'
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"messages": [
{
"user_text": "string",
"assistant_text": "string"
}
]
}