token: ********************
curl --location --request GET 'http://cmi-api.gleg.site/api/auth/me' \
--header 'token;'
{
"code": 0,
"msg": "string",
"data": {
"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,
"token": "string"
}
}