curl --location --request GET 'https://snakk-backend-production.up.railway.app/api/chat/history/' \
--header 'X-API-Key: <api-key>'{
"messages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"role": "user",
"content": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}