{
"conversation_id": 0,
"name": "string"
}curl --location --request POST '/conversation/rename' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"conversation_id": 0,
"name": "string"
}'{
"code": 0,
"message": "success",
"data": null
}