curl --location --request GET 'https://test.myusmile.online/health/navigation/' \
--header 'TOK: '
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"parentId": 0,
"name": "string",
"sort": 0,
"status": 0,
"createTime": "string",
"updateTime": "string"
}
}