curl --location 'https://api.clay.com/v3/workspaces/<YOUR_CLAY_WORKSPACE_ID>/resources_v2/' \ --header 'Cookie: YOUR_CLAY_COOKIES' \ --header 'content-type: application/json' \ --data '{"parentResource":null,"filters":{"q":"my resource name"}}'
{}