{
"id": "string",
"content": {
"lang_code": "string",
"value": "string"
}
}
curl --location --request POST 'https://api.chasing.comi18n/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"content": {
"lang_code": "string",
"value": "string"
}
}'
{
"code": 200,
"msg": "请求成功",
"data": true
}