curl --location --request POST 'https://sandbox-ledger.fingates.net/api/v1/agents/transactions/search?page=&size=&sort=' \
--header 'Content-Type: application/json' \
--data-raw '{
"statuses": [
"WAITING"
],
"types": [
"DEPOSIT"
],
"from_date": 1668717762,
"to_date": 1668717762,
"search_input": "string",
"search_by": "AGENT_ID",
"payment_scheme": "SEPA"
}'