curl --request POST \
--url https://api.supernotes.app/v1/cards/get/select \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"include_membership_statuses": [
-2
],
"parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"search": "<string>",
"filter_group": {
"type": "<string>",
"op": "and",
"filters": [
{
"type": "<string>",
"op": "<string>",
"arg": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"inv": true,
"case_sensitive": true
}
]
},
"include": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"exclude": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"changed_since": "2023-11-07T05:31:56Z",
"targeted_or_created_when": {
"from_when": "2023-11-07T05:31:56Z",
"to_when": "2023-11-07T05:31:56Z"
},
"created_when": {
"from_when": "2023-11-07T05:31:56Z",
"to_when": "2023-11-07T05:31:56Z"
},
"modified_when": {
"from_when": "2023-11-07T05:31:56Z",
"to_when": "2023-11-07T05:31:56Z"
},
"sort_type": 1,
"sort_ascending": true,
"limit": 123
}
'