curl --location --request GET 'http://localhost:0721/api/illustrator/detail?id' \
--header 'Authorization: {{token}}'
{
"code": 55,
"message": "voluptate Duis consequat",
"data": {
"id": "37",
"name": "快别之战",
"intro": "culpa elit nostrud reprehenderit exercitation",
"avatar": "http://dummyimage.com/100x100",
"workNum": 73,
"createdAt": "2008-12-15 03:14:33",
"updatedAt": "2012-05-24 14:25:25"
}
}