curl --location --request POST 'https://tapi.antong56.com:8443/antong-api/api-platform/api/extractableBox/v2/submitExtractionBoxApply' \
--header 'token: undefined' \
--header 'salt;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"billNo": "string",
"boxNo": "string"
}
]'
{
"state": "ok",
"code": 20000,
"msg": "提交成功!",
"errorMsg": null,
"result": null,
"responseOk": true
}