{
"serverType": "domestic",
"username": "string",
"password": "string"
}curl --location '/api/login' \
--header 'Content-Type: application/json' \
--data '{
"serverType": "domestic",
"username": "string",
"password": "string"
}'{
"message": "string",
"success": true
}