@@ -255,7 +255,7 @@ curl -X POST http://localhost:8000/api/auth/register \
255255 "name" : " Ahmed Mohammed" ,
256256 "email" : " ahmed@example.com" ,
257257 "role" : " user" ,
258- "created_at" : " 2025-01-15T10 :30:00.000000Z"
258+ "created_at" : " 2025-08-29T10 :30:00.000000Z"
259259 },
260260 "token" : " 1|abc123def456ghi789..."
261261 },
@@ -285,7 +285,7 @@ curl -X POST http://localhost:8000/api/chat/start \
285285 "name" : " New Guest" ,
286286 "email" : " visitor@example.com"
287287 },
288- "created_at" : " 2025-01-15T10 :30:00.000000Z"
288+ "created_at" : " 2025-08-29T10 :30:00.000000Z"
289289 },
290290 "message" : " Chat session started successfully"
291291}
@@ -319,7 +319,7 @@ curl -X POST http://localhost:8000/api/messages/send \
319319 "message" : " Hello, I need help using the product." ,
320320 "message_type" : " text" ,
321321 "is_read" : false ,
322- "sent_at" : " 2025-01-15T10 :35:00.000000Z"
322+ "sent_at" : " 2025-08-29T10 :35:00.000000Z"
323323 },
324324 "message" : " Message sent successfully"
325325}
@@ -354,7 +354,7 @@ curl -X GET http://localhost:8000/api/chat/chat_f47ac10b-58cc-4372-a567-0e02b2c3
354354 "type" : " guest"
355355 },
356356 "message" : " Hello, I need help." ,
357- "sent_at" : " 2025-01-15T10 :35:00.000000Z" ,
357+ "sent_at" : " 2025-08-29T10 :35:00.000000Z" ,
358358 "sent_at_human" : " 5 minutes ago"
359359 },
360360 {
@@ -364,7 +364,7 @@ curl -X GET http://localhost:8000/api/chat/chat_f47ac10b-58cc-4372-a567-0e02b2c3
364364 "type" : " agent"
365365 },
366366 "message" : " Welcome! How can I help you?" ,
367- "sent_at" : " 2025-01-15T10 :37:00.000000Z" ,
367+ "sent_at" : " 2025-08-29T10 :37:00.000000Z" ,
368368 "sent_at_human" : " 3 minutes ago"
369369 }
370370 ]
@@ -797,7 +797,7 @@ php artisan view:clear
797797
798798# # 📝 Changelog
799799
800- # ## Version 1.0.0 (2025-01-15 )
800+ # ## Version 1.0.0 (2025-08-29 )
801801- ✅ Initial release
802802- ✅ Basic chat functionality
803803- ✅ User and agent management
0 commit comments