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