{
"type": "string",
"veteranId": 0,
"picture": "string",
"name": "string",
"gender": "string",
"enlistmentDate": "string",
"retirementDate": "string",
"entitledGroups": "string",
"idNumber": "string",
"houseHoldAddress": "string",
"sendDate": "string",
"validYear": 0,
"bankNumber": "string",
"certificationNumber": "string",
"birthDate": "string",
"disabilityNature": "string",
"disabilityLevel": "string",
"category": "string",
"cardUnit": "string",
"identifyType": "string",
"phone": "string",
"result": "string",
"handleStatus": "string",
"id": 0
}
curl --location --request POST 'http://hy-register:9999/veteran/certificationInfo' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"veteranId": 0,
"picture": "string",
"name": "string",
"gender": "string",
"enlistmentDate": "string",
"retirementDate": "string",
"entitledGroups": "string",
"idNumber": "string",
"houseHoldAddress": "string",
"sendDate": "string",
"validYear": 0,
"bankNumber": "string",
"certificationNumber": "string",
"birthDate": "string",
"disabilityNature": "string",
"disabilityLevel": "string",
"category": "string",
"cardUnit": "string",
"identifyType": "string",
"phone": "string",
"result": "string",
"handleStatus": "string",
"id": 0
}'
{
"code": 0,
"msg": "",
"data": {}
}