curl --location --request GET 'https://api.flashcat.cloud/api/v2/firemap/pool/tree?workspace_id' \
--header 'FC-WORKSPACE-ID;'
{
"request_id": "string",
"data": [
{
"id": 0,
"name": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string",
"children": [
{
"id": 0,
"name": "string",
"firemap_type": "string",
"level": "string"
}
]
}
]
}
]
}
]
}
]
}