회원가입

POST

<aside> 🔗 https://www.orangeapi.ga/users/register/

</aside>

Header


Content-Type

application/json

Authorization

Body


{
	"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>

Header


Content-Type

application/json

Authorization

Body