Returns 100 random words to be used to give a typing test. Retrieved from wordlist.txt
200 OK
: Successfully retrieves the 100 words.404 Not Found
: Indicates that the wordlist was not found.curl -X GET "https://url/api/test"
[
"separate",
"stand",
"think",
"island",
"have",
"air",
"heard",
"notice",
"yellow",
"smell",
"heart",
"island",
"chief",
"view",
"top",
...
]