-
Notifications
You must be signed in to change notification settings - Fork 4
사용자 검증
2-one-week edited this page Oct 29, 2020
·
2 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | api/user/status | 사용자 검증 |
Header
{
'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImxjcG5pbmVAZ21haWwuY29tIiwicGFzc3dvcmQiOiJxbGFsZnFqc2doNDg2IiwiaWF0IjoxNTE2MjM5MDIyfQ.k5U80C275CxEqMvKhe7PtUspN39laogLI8AlnzCzIF4'
}
status: 201
{
message: 'success'
}