cURL
curl --request POST \ --url http://dolphinflashcards.com/api/get-shared-folders \ --header 'Content-Type: application/json' \ --data '{ "jwtToken": "..." }'
[ { "id": "folder1", "name": "Folder One", "description": "Example folder" } ]
List of shared folders returned
The response is of type any.
any