curl --location --request POST '/api/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"memberName": "홍길동",
"password": "Password123!"
}'{
"code": "M002",
"message": "이미 가입된 이메일입니다.",
"data": null
}