사이트 회원 로그인

사이트에서 회원가입한 사용자가 로그인할 때. 로그인 후 token과 사용자 정보를 리턴함

회원 로그인

POST https://api.elegantsiblings.xyz/members/login/

This endpoint allows you to get free cakes.

Request Body

NameTypeDescription

username

string

password

string

{
    "user": {
        "pk": 1,
        "username": "chajeehyung",
        "first_name": "",
        "last_name": "",
        "email": "",
        "img_profile": null
    },
    "token": "5fbb5244f25101f0666c977ff6998321782d30f3"
}

Last updated