{
"customerTenantId": "string",
"excludeCustomerTenantId": true,
"businessType": "string",
"operationType": "string",
"mappingIds": [
0
]
}curl --location --request POST '/open-api/data/grantPermissionForPort' \
--header 'X-Cntrans-Cluster: {{X-Cntrans-Cluster}}' \
--header 'JSESSIONID: {{JSESSIONID}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerTenantId": "string",
"excludeCustomerTenantId": true,
"businessType": "string",
"operationType": "string",
"mappingIds": [
0
]
}'{
"code": "string",
"msg": "string",
"data": {
"departurePortIds": [
0
],
"destinationPortIds": [
0
]
}
}