Search for a flashcard by it’s title. The flashcard could be owned by any user
curl --request POST \ --url http://dolphinflashcards.com/api/search
[ { "200": 123, "streak": [ { "name": "Flashcard1", "id": "1" } ] } ]
The name of the flashcard to search for
OK.