curl --location 'https://mohom.kr/api/v1/medical-bojang/checkup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"seq": "string"
}'{
"success": true,
"status": "completed",
"data": {
"resPreviewList": [
{
"resCheckupYear": "2025",
"resCheckupDate": "1127",
"resCheckupPlace": "",
"...": "..."
}
]
}
}