curl --location --request POST 'pm/docs/confirm-docs' \ --header 'Authorization: {{AUTH_TOKEN}}' \ --form 'orderId=""' \ --form 'type=""' \ --form 'adminText="办理文档确认时的备注信息"' \ --form 'debug="{{DEBUG}}"'
{}