curl --location --request POST 'https://api.clay.com/v3/workspaces/<YOUR_CLAY_WORKSPACE_ID>/folders' \
--header 'Cookie: YOUR_CLAY_COOKIES' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"id": "f_0swrerethniZu5TCS",
"workspaceId": 54643,
"name": "TEST",
"orderValue": "6",
"parentFolderId": null,
"createdAt": "2025-05-23T12:05:12.653Z",
"updatedAt": "2025-05-23T12:05:12.653Z",
"deletedAt": null,
"abilities": {
"canDelete": true,
"canUpdate": true
}
}