curl --location --request POST 'https://mohom.kr/api/v1/medical-bojang/simple-auth' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "테스트",
"rrn": "900101-1234567",
"telecom": "2",
"phone": "010-1234-5678",
"authMethod": "1"
}'{
"success": true,
"msg": "자동연동 성공",
"seq": "8fc42416-4835-47ae-a2b3-98d1b6662278"
}