curl --location --request GET 'https://apis.qa01.hbsa.com.br/navigation/v1/crews' \
--header 'x-tenant;'
{
"next": true,
"estimatedCount": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"captainEmployeeId": "2cf31ec6-93e0-4d1c-ab00-88043bdf7965",
"memberEmployeeId": "b6d21436-293a-4c6a-84d3-6e23eac07a87",
"company": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}