Authorization: ********************curl --location --request PUT 'https://api.hiveflow.ai/api/api/extension/chats//messages' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"messages": [
{
"role": "user",
"content": "string",
"ts": "string"
}
]
}'