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