curl --location --request GET '/agent/get_classification_list?format'
{ "response": { "command": "get_classification_list", "status": "ok", "classification": [ { "id": 0, "name": "string", "scope": "string" } ] } }