{
"updateBy": "string",
"theme": "string",
"typeId": 0,
"sort": 0,
"id": 0,
"content": "string",
"status": 0
}
curl --location --request POST 'http://hy-register:9999/veteran/information' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"updateBy": "string",
"theme": "string",
"typeId": 0,
"sort": 0,
"id": 0,
"content": "string",
"status": 0
}'
{
"code": 0,
"msg": "",
"data": {}
}