POST
<aside> 🔗 https://www.orangeapi.ga/users/register/
</aside>
Content-Type
application/json
Authorization
{
"username": "user7", # string
"password": "*orange123", # string, 특수문자, 영어, 숫자 포함
"password2": "*orange123", # string, 위와 동일
"email": "[email protected]". # string, 이메일 형식
}
{
"username": "user7", # string
"email": "[email protected]". #string
}
POST
<aside> 🔗 https://www.orangeapi.ga/users/login/
</aside>
Content-Type
application/json
Authorization