Fetches locations for the specified list of usernames.
cURL
curl --request POST \ --url http://localhost:8080/api/v1/developers/locations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "usernames": [ "<string>" ] } '
[ "<string>" ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of locations