curl --location --request POST 'pm/docs/update-docs' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'orderId=""' \
--form 'type=""' \
--form 'attachment[0][fileUrl]=""' \
--form 'attachment[0][fileName]=""' \
--form 'remark="收到客户签章的验收材料"' \
--form 'docsText="备注信息"' \
--form 'debug="{{DEBUG}}"'
{}