@@ -145,7 +145,7 @@ const getRegionEnumFun = async () => {
try {
const res = await getRegionEnum({
- enum_type_id: enumTypeId
+ enum_type_id: str(enumTypeId)
});
console.log('API response:', res);