curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/playground/history/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"title": "<string>"
}'
curl --request PUT \
--url https://app.aptlystar.ai/api/v1/bot/playground/history/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"title": "<string>"
}'