TestIntegration_Bootstrap-CreateMessages 502 B

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