{
"content": "string",
"type": "string",
"title": "string",
"lang_code": "string"
}
curl --location --request POST 'https://api.chasing.comagreement/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"type": "string",
"title": "string",
"lang_code": "string"
}'
{
"code": 200,
"msg": "请求成功",
"data": {
"id": "4"
}
}