curl --location --request GET 'https://api.chasing.comi18n/index?page&limit&content&page_table&source&key'
{
"code": 200,
"msg": "请求成功",
"data": {
"total": 1,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 296,
"create_time": "2022-08-29 16:11:04",
"source": 1,
"page_table": "faq",
"key": "answer",
"en": "hello word",
"zh": "你好词",
"ja": "こんにちは言葉",
"es": "hola palabra",
"de": "Hallo Welt",
"fr": "mot bonjour"
}
]
}
}