{
"description": "string",
"km": 0,
"latitude": 0,
"longitude": 0,
"abbreviation": "string",
"country": "BRA",
"waterway": "River",
"type": "Porto"
}
curl --location --request POST 'https://apis.qa01.hbsa.com.br/navigation/v1/locations' \
--header 'x-tenant;' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"km": 0,
"latitude": 0,
"longitude": 0,
"abbreviation": "string",
"country": "BRA",
"waterway": "River",
"type": "Porto"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}