1
0

TestIntegration_Bootstrap-CreateMessages 623 B

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