Authorization: Bearer ********************{
"model": "gpt-image-1",
"prompt": "A beautiful sunset over the ocean"
}curl --location 'https://moyu.info/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-image-1",
"prompt": "A beautiful sunset over the ocean"
}'{
"created": 0,
"data": [
{
"url": "string",
"b64_json": "string"
}
],
"usage": {}
}