Authorization: Bearer ********************curl --location --request GET '/api/employee-documents/passports' \
--header 'Authorization: Bearer <token>'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"type": "flight",
"provider": "string",
"bookingReference": "string",
"cost": "string",
"status": "pending",
"notes": "string",
"bookedBy": "fb7608df-ed8e-4ea2-9e06-fdebb603c851",
"bookedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]