curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/booking/v2/canSelectDeliveryTurnLevelOrNot' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"startPortName": "string",
"endPortName": "string"
}'
{
"state": "ok",
"code": 20000,
"msg": null,
"errorMsg": null,
"result": true,
"responseOk": true
}