Authorization: Bearer ********************{
"streetIntroduction": "街道介绍",
"streetImg": "http://10.0.1.51:8039/prod-api/profile/upload/2025/02/25/未标题-1_20250225145954A001.png",
"workstationIntroduction": "工作站介绍",
"workstationImg": "http://10.0.1.51:8039/prod-api/profile/upload/2025/02/25/未标题-1_20250225145954A001.png"
}curl --location --request POST '/tjzf/jcgl' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"streetIntroduction": "街道介绍",
"streetImg": "http://10.0.1.51:8039/prod-api/profile/upload/2025/02/25/未标题-1_20250225145954A001.png",
"workstationIntroduction": "工作站介绍",
"workstationImg": "http://10.0.1.51:8039/prod-api/profile/upload/2025/02/25/未标题-1_20250225145954A001.png"
}'{
"msg": "string",
"code": 0
}