Authorization: ********************curl --location --request GET '/user/insurance-menu/get' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>'{
"code": "string",
"msg": "string",
"data": {
"childMenus": [
{
"id": 0,
"insuranceMenuId": 0,
"childMenuName": "string",
"insuranceType": 0,
"insuranceDuration": 0,
"insuranceAmount": 0,
"effectStatus": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"modifyTime": "2019-08-24T14:15:22.123Z",
"tenantId": "string"
}
],
"id": 0,
"tenantId": "string",
"menuName": "string",
"content": "string",
"effectStatus": 0
},
"stackTraceMsg": "string"
}