{
"name": "string"
}
curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/chat/name' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
{"success":true}