curl --request POST \
--url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables/{tableId}/records/search \
--header 'Content-Type: application/json' \
--header 'Softr-Api-Key: <api-key>' \
--data '{
"filter": {
"operator": "AND",
"leftSide": "<string>",
"rightSide": "<string>",
"lowerBound": "<string>",
"upperBound": "<string>",
"conditions": [
{}
]
},
"sort": {},
"paging": {
"offset": 0,
"limit": 10
}
}'