curl --location --request GET '/item-categories/list'
{ "success": true, "response": [ { "_id": "string", "name": "string", "parent": "string" } ] }