curl --request POST \
--url https://api.example.com/user/email/send-code \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'{
"email": "<string>",
"verification_token": "<string>"
}회원가입 전 이메일 인증코드 발송.
curl --request POST \
--url https://api.example.com/user/email/send-code \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'{
"email": "<string>",
"verification_token": "<string>"
}