Name | Type | Description |
---|---|---|
username | char | 아이디 |
{
"username": "[아이디]"
}
Name | Type | Description |
---|---|---|
message | text | |
data | ||
- duplicate | boolean | 중복 여부(중복이면 true) |
{
"message": "아이디 중복 확인 성공",
"data": {
"duplicate": true # 중복이면 true
}
}
{
"message": "아이디 중복 확인 성공",
"data": {
"duplicate": false # 중복아니면 false
}
}