const customergroupsResponse = await fetch(`${process.env.NEXT_PUBLIC_CAFE24_API_URL}/customergroups`, {
headers: {
'Content-Type': 'application/json',
},
})
const customergroupsResponse = await fetch(`${process.env.NEXT_PUBLIC_CAFE24_API_URL}/customergroups`, {
headers: {
'Content-Type': 'application/json',
},
})