curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/booking/v2/deleteBooking' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bookingNo": "I-AT2024037612774"
}'
{
"state": "ok",
"code": 20000,
"msg": "删除成功!",
"errorMsg": null,
"result": null,
"responseOk": true
}