{
"pos": "noun",
"term": "apple",
"translation": "苹果",
"note": "这是一条关于苹果的术语",
"variants": [
"apples",
"apple juice"
]
}curl --location 'https://paratranz.cn/api/projects//terms' \
--header 'Content-Type: application/json' \
--data '{
"pos": "noun",
"term": "apple",
"translation": "苹果",
"note": "这是一条关于苹果的术语",
"variants": [
"apples",
"apple juice"
]
}'{
"id": 1,
"createdAt": "2021-01-11T03:19:52.818Z",
"updatedAt": "2021-01-11T03:19:52.818Z",
"updatedBy": 0,
"pos": "noun",
"uid": 0,
"term": "apple",
"translation": "苹果",
"note": "这是一条关于苹果的术语",
"project": 0,
"variants": [
"apples",
"apple juice"
]
}