Get user friends
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/users/friends \ --header 'Authorization: Bearer <token>'
200
Example
[ { "id": "<string>", "phone": "<string>", "first_name": "<string>", "last_name": "<string>", "username": "<string>", "avatar_url": "<string>" }]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response