Authorization: ********************{
"happenDate": "string",
"title": "string",
"content": "string",
"imageUrl": "string",
"sortOrder": 0,
"publicStatus": 1
}curl --location --request PUT 'http://localhost:8080/member/growth/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"happenDate": "string",
"title": "string",
"content": "string",
"imageUrl": "string",
"sortOrder": 0,
"publicStatus": 1
}'