{
"id": 1,
"remarks": "888"
}curl --location --request PUT '/contract/apply' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"remarks": "888"
}'{
"code": 0,
"msg": "",
"data": false
}