{
"id": "string",
"methodName": "string",
"methodCode": "string"
}curl --location --request PUT 'http://localhost:9000/method' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"methodName": "string",
"methodCode": "string"
}'{
"code": 0,
"message": "string",
"data": {},
"timestamp": 0
}