{
"name": "1",
"label": "2",
"type": "2",
"area_id": "11",
"profession_id": "0201",
"file": ["222","2222"]
}
curl --location --request POST '/api/system/resume/submit/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "1",
"label": "2",
"type": "2",
"area_id": "11",
"profession_id": "0201",
"file": ["222","2222"]
}'
{}