cURL
curl --request GET \ --url https://serengo.zias.be/api/users \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "username": "<string>", "profilePicture": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
2
x <= 50
Users