{
"name": "天坛公园",
"lonlat": "116.410829,39.881913",
"description": "天坛公园位于北京东城区,是明清皇帝祭天祈谷之地,建筑宏伟,古迹众多,是中国最大古代祭祀建筑群和世界文化遗产。",
"participants": "",
"create_user_id": 1,
"location": "北京市"
}curl --location --request POST '/scenic' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiVEVTVCIsImlkIjoiMSIsImV4cCI6MTc0NzAwNjg1M30.NFxTXYVFQLL2mpkz4vLlvHgT1j50tw5_uj9-QfuMPvE' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "天坛公园",
"lonlat": "116.410829,39.881913",
"description": "天坛公园位于北京东城区,是明清皇帝祭天祈谷之地,建筑宏伟,古迹众多,是中国最大古代祭祀建筑群和世界文化遗产。",
"participants": "",
"create_user_id": 1,
"location": "北京市"
}'{
"code": 0,
"msg": "string",
"data": 0
}