const res = await fetch(
`https://api.cloudflare.com/client/v4/accounts/${CF_IMAGES_ACCOUNT_ID}/images/v1`,
{
method: "POST",
headers: { "Authorization": `Bearer ${CF_IMAGES_API_KEY}` },
body,
}
);
why image service offer restful api, but not bound in workers? Like DO, and KV ?