Create a folder for the user.
cURL
curl --request POST \ --url http://dolphinflashcards.com/api/create-folder \ --header 'Content-Type: application/json' \ --data '{ "userID": "user1", "folder": "firstFolder" }'
{ "success": "Folder \"folderName\" created" }
OK
The response is of type object.
object