{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"certName": "string",
"certContentId": "string",
"certContent": "string",
"certNumber": "string",
"idCard": "string",
"certPhoto": "string",
"type": "string",
"specialType": "string"
}curl --location --request POST '/weibao/cert' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzaGlwcGNfdXNlcjoxODkzMTk3NTM0ODU5NTU0ODE3Iiwicm5TdHIiOiI1cE5hQ0hTTGRFWDk3aFlKQkhOVDdaODR0RWJaTjlEcSIsInVzZXJJZCI6MTg5MzE5NzUzNDg1OTU1NDgxN30.YwX-TZpxkWfgMoMc6sP8Owxn1stNaH9LnJ04VTAj3UI' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"params": {
"key": {}
},
"id": 0,
"userId": 0,
"certName": "string",
"certContentId": "string",
"certContent": "string",
"certNumber": "string",
"idCard": "string",
"certPhoto": "string",
"type": "string",
"specialType": "string"
}'{
"code": 0,
"msg": "",
"data": null
}