TestIntegration_Bootstrap-CreateMessages 387 B

1234567891011121314151617181920
  1. messages
  2. {
  3. "messages": [
  4. {
  5. "content": "Welcome to the project channel!"
  6. },
  7. {
  8. "content": "Thanks! Excited to get started."
  9. },
  10. {
  11. "content": "Hey, let us discuss the API documentation."
  12. },
  13. {
  14. "content": "Sure, I will start drafting it today."
  15. },
  16. {
  17. "content": "Team announcement: Sprint review tomorrow at 2pm."
  18. }
  19. ]
  20. }