Skip to content

특정_상품_판매자에게_쪽지보내기

BeautterLife edited this page Dec 3, 2021 · 1 revision

Request

Header

  • Content-Type: application/json
  • Authorization: jwt.token.here

Body

변수 타입 설명
mail STRING 전송할 내용

Response

Header

  • Content-Type: application/json
  • Authorization : jwt.token.here

Body

구조

변수 타입 설명
statusCode INTEGER 상태코드
message STRING 상태메시지
data - 응답 데이터

예시

statusCode message
200 "Success"
500 "알 수 없는 서버 오류가 발생했습니다."
Clone this wiki locally