Authorization: Bearer sk-...
""
SUCCESS
FAILURE
urls
imageUrl
curl --location '/mj/task//fetch' \ --header 'Authorization: Bearer sk-xxxxxxxxxxxxxxxx'
{ "mj_id": "task_id_123", "status": "SUCCESS", "progress": "100%", "imageUrl": "https://cdn.example.com/mj-image.png", "urls": [ "https://cdn.example.com/mj-image-1.png", "https://cdn.example.com/mj-image-2.png", "https://cdn.example.com/mj-image-3.png", "https://cdn.example.com/mj-image-4.png" ], "action": "IMAGINE" }