Request

header:  {
	Authorization: Bearer {accessToken}
}

body: {
	no: 적금pk,
	depositPeriod: 예치기간,
	depositCycle: 입금주기,
	depositPrice: 입금금액,
	interestRate: 적용금리
}
# postman 테스트 예시
{
    "no": 1,
    "depositPeriod": 15,
    "depositCycle": 8,
    "depositPrice": 40,
    "interestRate": 7
}

Response

header: {
	statusCode: 201 // OK 성공
}
body: {}