{
"imRedisKeyTime": 0,
"name": "string",
"sdkAppId": 0,
"sdkAppIdKey": "string",
"sdkAppIdUserId": "string",
"sobotAappKey": "string",
"sobotAppId": "string",
"sobotKey": "string",
"tel": "string",
"wxRobotKey": "string"
}
curl --location --request PUT '/config/customerService/plantForm/' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"imRedisKeyTime": 0,
"name": "string",
"sdkAppId": 0,
"sdkAppIdKey": "string",
"sdkAppIdUserId": "string",
"sobotAappKey": "string",
"sobotAppId": "string",
"sobotKey": "string",
"tel": "string",
"wxRobotKey": "string"
}'
{
"code": 0,
"message": "string",
"result": "string",
"success": true,
"timestamp": 0
}