Skip to content

Create profile

김은우 edited this page Mar 15, 2020 · 4 revisions

프로필 생성 및 변경

Context-type : application/json

POST /api/user/profile

Request

header

	"cookie": "쿠키 값",

body

{
	"src": "123.jpg"
}

Response

Success : 200

{
     "src": "123.jpg"
}
Clone this wiki locally