Parameter

Name Type Description
height int
weight float 체중
info string 자기소개
accVisibility int 계정 공개 여부

Response

{
		"id": 0,
		"user_id": 0,
		"height": 0,
		"weight": 0.0,
		"bmi": 0.0,
		"info": "string",
		"accVisibility": 0,
}