curl --location 'https://api.clay.com/v3/workbooks' \ --header 'Cookie: YOUR_CLAY_COOKIES' \ --header 'content-type: application/json' \ --data '{"name":"Untitled workbook","workspaceId":{YOUR_CLAY_WORKSPACE_ID},"settings":{"isAutoRun":true}}'
{}