curl --location --request GET '/scenic/record' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJuYW1lIjoiVEVTVCIsImlkIjoiMSIsImV4cCI6MTc0NzAwNjg1M30.NFxTXYVFQLL2mpkz4vLlvHgT1j50tw5_uj9-QfuMPvE'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"title": "string",
"subtitle": "string",
"country": "string",
"province": "string",
"city": "string",
"create_user_id": 0,
"create_datetime": "string",
"is_available": true,
"participants": "string",
"scenic": "string",
"img": "string"
}
}