Authorization: Bearer ********************
curl --location --request GET 'https://api.edara.io/v/stockItems/classifications'
{
"status_code": 0,
"error_message": "string",
"result": [
{
"classification_id": 0,
"classification_code": "string",
"description": "string",
"parent_id": 0,
"tree_level": 0
}
],
"total_count": 0
}