{
"id": 0,
"name": "string",
"idNumber": "string",
"contactNumber": "string",
"certificateNumber": "string",
"certifyingAuthority": "string",
"effectiveDate": "string",
"certificateFileId": 0,
"status": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
curl --location --request POST '/person/personCertification/saveOrUpdate' \
--header 'token: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6IjU1YTRlMGM3LTk4MTktNDRlYi1iNDBmLTFlZTg3MzczMTFhYyIsInVzZXJuYW1lIjoiYWRtaW4ifQ.IVvGfgnXaPHpSSv7ndl0ITB3PBCkwYPfYurc2Ulsd3i2lO_djYLMM4p886y7mC1AGGOP2Bcj3T0LDwwVKgk3eQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"idNumber": "string",
"contactNumber": "string",
"certificateNumber": "string",
"certifyingAuthority": "string",
"effectiveDate": "string",
"certificateFileId": 0,
"status": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}'
{
"": {}
}