{
"apply_status": 1,
"audit_remark": "审核备注"
}curl --location --request POST '/adminapi/merchant/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": "审核成功"
}