회원가입

Request

body
{ "member": { "email": "string", "name": "string", "channel": "string", "password": "string", "phone": "string", "address": "string", "addressDetail": "string", "gender": "M", "birth": "2024-01-31" }, "profileFile": "MultipartFile" }
JSON
복사

Response

200 (Success)
{ "statusCode": 200, "status": "success", "data": true }
JSON
복사