Search.bru 252 B

12345678910111213141516171819
  1. meta {
  2. name: Search
  3. type: http
  4. seq: 2
  5. }
  6. post {
  7. url: http://localhost:8000/api/transaction/search
  8. body: json
  9. auth: inherit
  10. }
  11. body:json {
  12. {
  13. "account": "68867678436e5ab643906229",
  14. "from": "2025-08-01",
  15. "to": "2025-08-01"
  16. }
  17. }