curl --request PATCH \
--url https://api.mokaru.ai/v1/resume/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"template": "<string>",
"isDefault": true,
"cvData": {},
"designSettings": {},
"optionalFields": {},
"sectionOrder": [
{}
]
}
'