curl --location --request GET '/cost-centers'{
"success": true,
"message": "string",
"response": [
{
"_id": "string",
"code": "string",
"name": "string",
"dateCreated": "string",
"level": 0,
"parent": "string"
}
]
}