Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/stockItems/tree/'
{
"status_code": 0,
"error_message": "string",
"result": [
{
"id": 0,
"stock_item_id": 0,
"stock_item": "string",
"node_id": 0,
"parent_id": 0,
"tree_level": 0
}
],
"total_count": 0
}