HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
[팀12] 기부니🧡
[팀12] 기부니🧡
/
🧡
API 설계
/
📢
요청/응답 값
📢

요청/응답 값

HTTP verbs
POST
Path
/centers
기능
센터가입
담당자
하정
도메인
센터
완료
완료

POST /centers


 
 

요청 값


{ "email": "string", "password": "string", "name": "string", "contact": "string", "address": "string", "owner": "string", "registrationCode": "string" } ex) { "email": "programmers@pgm.com", "password": "programmers123", "name": "프로그래머스 센터", "contact": "02-539-1886", "address": "서울특별시 서초구 강남대로 327, 2층", "owner": "김민주", "registrationCode": "8178801986" }
 

응답 값(200)


{ "message": "success", "data": 4 }