{
"apply_status": 1,
"audit_remark": "审核通过"
}curl --location --request POST '/storeapi/technician//audit' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"apply_status": 1,
"audit_remark": "审核通过"
}'{
"code": 200,
"msg": "操作成功",
"data": {}
}