GSM-MSG/SMS-BackEnd

인증제 활동 저장 api를 작성하겠습니다.

Closed this issue · 0 comments

Describe

인증제 활동 저장 api를 작성하겠습니다.

Additional

POST /authentication

Request

{
	"header":{
		"Authorization": "Bearer ey..."
	}
	"body" : {
		"title" : "연합 해커톤 참가", // 활동 제목
		"content" : "연합 해커톤에 참가했어요 ~!" // 활동 내용
		"activityImages" : [
			"http://","http://"
		]
	}
}

Response

{
	"id" : UUID // 인증제 id
}