Retrieves a list of all developer usernames.
cURL
curl --request GET \ --url http://localhost:8080/api/v1/developers/usernames \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of usernames