POST
/
create-folder
Create Folder
curl --request POST \
  --url http://dolphinflashcards.com/api/create-folder \
  --header 'Content-Type: application/json' \
  --data '{
  "userID": "user1",
  "folder": "firstFolder"
}'
{
  "success": "Folder \"folderName\" created"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.