{
"riskUnitId": 0,
"nfcCode": "string"
}curl --location -g --request POST 'http://{{ip}}:9000/dual-prevention-service/riskUnit/bindNFC' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"riskUnitId": 0,
"nfcCode": "string"
}'{
"code": 0,
"msg": "string",
"data": true
}