Authorization: Bearer ********************curl --location '/v1/evidence/' \
--header 'Authorization: Bearer <token>'{
"id": 412,
"registration_check_id": 501,
"worker_id": 101,
"type": "screenshot",
"file_name": "nmc-result.png",
"mime_type": "string",
"file_size": 0,
"file_size_formatted": "24.1 KB",
"hash": "string",
"exists_on_disk": true,
"captured_at": "2019-08-24T14:15:22.123Z",
"download_url": "http://example.com",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}