This is the PackPal API backend service.
POST /api/chat - AI Chat endpointSend POST requests to /api/chat with the following structure:
{
"messages": [{"role": "user", "content": "Hello"}],
"chatId": "chat-id",
"userId": "user-id",
"userLocalTime": "2024-01-01T12:00:00Z"
}