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