Authorization: Bearer ********************curl --location '/conversations/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"property1": "string",
"property2": "string"
}
}'{
"id": "string",
"object": "conversation",
"metadata": null,
"created_at": 0
}