validate APIKey String Format
Checks that the given API Key string format is a valid one
The given API Key must contain only alphanumeric characters
Return
true
if the given string matches the [0-9a-zA-Z]+
regex, false
otherwise
Parameters
api Key
A MapsIndoors API Key