token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/dictionaries/3' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"permission_id": 0,
"name": "string",
"items": [
{
"id": 0,
"company_id": 0,
"dictionary_id": 0,
"name": "string",
"created_at": 0,
"created_by": 0,
"updated_at": 0,
"updated_by": 0,
"deleted_at": null,
"deleted_by": null
}
]
}
}