Authorization: Bearer ********************curl --location --request GET 'https://api.edara.io/v/stockItems/DynamicPropertiesTree/' \
--header 'Authorization: Bearer <token>'{
"status_code": 0,
"error_message": "string",
"result": [
{
"dynamic_property_id": 0,
"parent_id": 0,
"description": "string",
"is_visible": true,
"tree_level": 0
}
],
"total_count": 0
}