curl --location --request POST '/hna/voyages/restrictions:update' \
--header 'Content-Type: application/json' \
--data-raw '{
"voyageId": "string",
"restrictions": [
{
"visitIds": [
"string"
],
"transportingReefers": true
}
]
}'
{}