Authorization: Bearer ********************curl --location --request GET '/api/menus' \
--header 'X-App-Id;' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "string",
"icon": "string",
"level": 0,
"name": "string",
"order": 0,
"parentId": "string",
"text": "string",
"uri": "string",
"type": "string",
"sigma": "string",
"tenantId": "string",
"appId": "string",
"active": true,
"language": "string",
"metadata": "string",
"version": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"updatedAt": "2019-08-24T14:15:22.123Z",
"updatedBy": "string"
}
}