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