curl --request POST \
--url https://console.neuronsearchlab.com/api/items/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"filters": [
{}
],
"limit": 123,
"cursor": "<string>"
}
'