Authorization: Bearer ********************curl --location 'http://127.0.0.1:9000/areas//children' \
--header 'Authorization: Bearer <token>'[
{
"value": 0,
"label": "",
"level": 0,
"parentId": 0,
"isLeaf": false,
"longitude": 0.0,
"latitude": 0.0
}
]