[Tech Note]
Create new api to get user point info from cache, if it not exists get from DB
[update DB]
create service and schema
INSERT INTO OMH_SUITE.BS_API_SERVICE_CODE (API_SERVICE_URL, METHOD_NAME, OWNER_COMP_CODE, API_SERVICE_NAME_EN,
API_SERVICE_NAME_KO, SCHEMA_FILE_NAME_RQ, SCHEMA_FILE_NAME_RS,
VENDOR_SERVICE_NAME, API_SERVICE_DESC, SAMPLE_REQUEST_MESSAGE,
SAMPLE_RESPONSE_MESSAGE, OPEN_API_YN, OUTSIDE_INTERFACE_YN, LOG_SAVE_YN,
IGNORE_SCHEMA_YN, CONTROL_REMARK, USE_YN, FIRST_INSERT_UNO,
FIRST_INSERT_DATETIME, LAST_UPDATE_UNO, LAST_UPDATE_DATETIME)
VALUES ('/user/get-user-point', 'POST', 110000, 'get user points info', '',
'/user/get_user_point/get_user_point_schema_rq.json', '/user/get_user_point/get_user_point_schema_rs.json', '',
'', '', '', 'N', 'N', 'N', 'N', null, 'Y', 10000, '2025-05-13 16:09:16', 10000, '2025-05-13 16:28:09');