curl --request PUT \
--url https://www.getsnippets.ai/api/prompts/folders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"folders": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"folderName": "<string>",
"folderColor": "<string>",
"parentFolderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
'