Example Request Body
{ "registerDate": "2022-07-29T22:21", "amount": 10000, "content": "오프라인 교육장 가는길", "userCategoryId": 1 (이걸로 categoryName 찾아서 저장) }
Example Response Body:
Content-Location: /expenditure/1 { “id” : 1 }
{ "registerDate": "2022-07-29T22:21", "amount": 10000, "content": "오프라인 교육장 가는길", "userCategoryId": 1 (이걸로 categoryName 찾아서 저장) }
Content-Location: /expenditure/1 { “id” : 1 }