curl --location --request POST '/conversations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"id": "uuid-v4",
"title": "Conversa com João",
"contactId": "string",
"assistantId": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22.123Z"
}