{
"captainEmployeeId": "2cf31ec6-93e0-4d1c-ab00-88043bdf7965",
"memberEmployeeId": "b6d21436-293a-4c6a-84d3-6e23eac07a87",
"company": "string"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/crews' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"captainEmployeeId": "2cf31ec6-93e0-4d1c-ab00-88043bdf7965",
"memberEmployeeId": "b6d21436-293a-4c6a-84d3-6e23eac07a87",
"company": "string"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}