curl --location 'http://localhost:3000/api/v1/chats/'[
{
"chatId": 0,
"memberId": 0,
"fullname": "string",
"email": "string",
"lastMessage": null,
"createdAt": "string",
"unseenMessagesCount": "string"
}
]