token: ********************
{
"id": 0,
"annual": "string",
"carryOverUserId": 0,
"createUserId": 0,
"status": "string"
}
curl --location --request POST '/userAccount/createAnnualAccount' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 0,
"annual": "string",
"carryOverUserId": 0,
"createUserId": 0,
"status": "string"
}'
{
"code": 200,
"message": "",
"data": {},
"jurisdiction": {
"token": "",
"menuButtonVos": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [
{
"id": 0,
"parentId": 0,
"name": "",
"path": "",
"icon": "",
"children": [],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"type": "",
"sort": 0,
"level": 0,
"status": "",
"routeList": [
{
"id": 0,
"name": "",
"url": "",
"methodType": "",
"methodName": "",
"className": "",
"type": ""
}
],
"routes": [
0
]
}
],
"urls": {
"": ""
},
"matchUrl": {
"": ""
},
"user": {
"id": 0,
"name": "",
"password": "",
"sex": "",
"birthday": "",
"educationBackground": 0,
"degree": "",
"politicsStatus": 0,
"phone": "",
"telephoneCornet": "",
"identificationCardNumber": "",
"address": "",
"loginName": "",
"individualitySignature": "",
"status": ""
},
"latest": false,
"whetherDefaultPassword": false
}
}