| 12345678910111213141516171819 |
- meta {
- name: Search
- type: http
- seq: 2
- }
- post {
- url: http://localhost:8000/api/transaction/search
- body: json
- auth: inherit
- }
- body:json {
- {
- "account": "68867678436e5ab643906229",
- "from": "2025-08-01",
- "to": "2025-08-01"
- }
- }
|