curl --location --request PATCH 'https://mandamong-dev.sailin.cloud/api/mandalart/objective/1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newObjective": "다른 목표"
}'{
"success": true,
"payload": {
"id": 1,
"name": "다른 목표",
"status": "DONE"
},
"error": null
}