curl --location --request GET 'http://127.0.0.1:9999/api/v1/forwarding/script/' \
--header 'x-token: {{x-token}}'
{"code":200,"message":"获取脚本成功","data":{"id":"c6cbf3a7-88b9-4dbc-e3f4-f0c5ff613ccd","content":"这里是脚本内容","param_msg":"调试参数消息内容","param_topic":"调试参数主题内容","is_enabled":true,"created_at":"2024-10-17T15:45:03.705792Z","updated_at":"2024-10-17T15:45:03.705792Z"}}