cURL
curl --request POST \ --url http://dolphinflashcards.com/api/create-shared-folder \ --header 'Content-Type: application/json' \ --data '{ "jwtToken": "...", "folderName": "Advanced Spanish Vocabulary", "description": "Comprehensive Spanish vocabulary for advanced learners" }'
"<any>"
Shared folder created successfully
The response is of type any.
any