Create.bru 246 B

12345678910111213141516171819
  1. meta {
  2. name: Create
  3. type: http
  4. seq: 3
  5. }
  6. post {
  7. url: http://localhost:8000/api/transaction
  8. body: json
  9. auth: inherit
  10. }
  11. body:json {
  12. {
  13. "account": "687e9a90bcba589fa1a138b5",
  14. "date": "2025-06-20",
  15. "data": "Something"
  16. }
  17. }