Authorization: ********************{
"title": "string",
"coverUrl": "string",
"status": 0,
"progress": 0,
"summary": "string",
"content": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"sortOrder": 0,
"projectUrl": "string",
"leaderId": 0,
"participantIds": [
0
]
}curl --location --request PUT 'http://localhost:8080/member/project/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"coverUrl": "string",
"status": 0,
"progress": 0,
"summary": "string",
"content": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"sortOrder": 0,
"projectUrl": "string",
"leaderId": 0,
"participantIds": [
0
]
}'