Authorization: ********************{
"title": "string",
"plannedDate": "2019-08-24",
"sortOrder": 0,
"actualDate": "2019-08-24",
"completed": 0
}curl --location 'http://localhost:8080/member/project//milestone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"plannedDate": "2019-08-24",
"sortOrder": 0,
"actualDate": "2019-08-24",
"completed": 0
}'