/imagine command from the offical Midjourney.{
    "model": "midjourney",
    "task_type": "imagine",
    "input": {
        "prompt": "sint culpa voluptate",
        "aspect_ratio": "1:1",
        "process_mode": "turbo",
        "skip_prompt_check": false
    }
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "midjourney",
    "task_type": "imagine",
    "input": {
        "prompt": "sint culpa voluptate",
        "aspect_ratio": "1:1",
        "process_mode": "turbo",
        "skip_prompt_check": false
    }
}'{
    "code": 200,
    "data": {
        "task_id": "39631ce-xxxx-xxxx-xxxx-6de760cd2053",
        "model": "midjourney",
        "task_type": "imagine",
        "status": "pending",
        "config": {
            "service_mode": "public",
            "webhook_config": {
                "endpoint": "",
                "secret": ""
            }
        },
        "input": {},
        "output": {
            "image_url": "",
            "image_urls": null,
            "temporary_image_urls": null,
            "discord_image_url": "",
            "actions": [],
            "progress": 0,
            "intermediate_image_urls": null
        },
        "meta": {},
        "detail": null,
        "logs": [],
        "error": {
            "code": 0,
            "raw_message": "",
            "message": "",
            "detail": null
        }
    },
    "message": "success"
}