{
"serverAddr": "string",
"sendMail": "string",
"auth": 0,
"username": "string",
"password": "string",
"serverPort": 0,
"protocol": "string"
}
curl --location --request POST '/api/project-conf/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"serverAddr": "string",
"sendMail": "string",
"auth": 0,
"username": "string",
"password": "string",
"serverPort": 0,
"protocol": "string"
}'
{
"code": 0,
"data": false,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}