cURL
curl --request POST \ --url https://serengo.zias.be/api/finds/{findId}/rate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "rating": 3 }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 5
Rating submitted