token: ********************
curl --location --request DELETE 'http://cmi-api.gleg.site/api/users/21?name' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"company_id": 0,
"mobile": "string",
"account": "string",
"name": "string",
"is_enable": true,
"created_at": 0,
"updated_at": 0,
"deleted_at": null,
"created_by": 0,
"updated_by": 0,
"deleted_by": null
}
]
}