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