curl --location 'https://petstore-demo.apifox.com/autotest/database/save' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"databaseType": "string",
"databaseKey": "string",
"connectInfo": "string",
"environmentId": "string",
"createTime": 0,
"updateTime": 0,
"createUser": "string",
"updateUser": "string",
"status": 0,
"info": {
"host": "string",
"port": "string",
"user": "string",
"password": "string"
}
}'