curl --request GET \
--url http://localhost:3000/api/conversations/{id}/messages \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"role": "user",
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url http://localhost:3000/api/conversations/{id}/messages \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"role": "user",
"content": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Conversation ID