Hey! I've been trying to figure out how to correctly use AIOHTTP to make a request to the image variations endpoint, and no matter what I try, I'm unable to send the image data correctly, what format is it supposed to be in? Base64? Is it supposed to be sent as multipart form data (e.g the "image" field" is a separate field in the multipart form?)?
If anyone has sample code for a request made using AIOHTTP to https://api.openai.com/v1/images/variations that'd be awesome.