curl --location --request GET '/api/v1/zk/code' \
--header 'x-api-key: <api-key>'{
"code": [
{
"id": 0,
"name": "string",
"language": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}