curl --location --request POST 'pm/contract/confirm' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'orderId="202207190017"' \
--form 'contractId="21"' \
--form 'debug="{{DEBUG}}"'
{
"code": 10000,
"msg": "操作成功",
"data": {
"orderId": "202207190017"
}
}