{
"id": "string",
"value": "string"
}
curl --location --request POST 'http://localhost:3000/api/admin/resume/addSkill' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"value": "string"
}'
{
"code": 200,
"message": "添加成功"
}