cURL
curl --request POST \ --url http://dolphinflashcards.com/api/remove-user-from-shared-folder \ --header 'Content-Type: application/json' \ --data '{ "jwtToken": "...", "sharedFolderID": "folder-id", "targetUserID": "user-id" }'
User removed