cURL
curl --request GET \ --url https://serengo.zias.be/api/finds/{findId}/rate \ --header 'Authorization: Bearer <token>'
{ "rating": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User's rating