curl --location '/resume/detail/' \
--header 'bladeauth;' \
--header 'bladeauth: {{auth}}'{
"code": 0,
"success": true,
"msg": "string",
"data": {
"id": 0,
"userId": "string",
"data": {},
"img": "string",
"title": "string",
"createdAt": "string",
"updatedAt": "string"
}
}