Authorization: Bearer sk-...
{ "base64Array": [ "iVBORw0KGgoAAAANSUhEUgAA...", "iVBORw0KGgoAAAANSUhEUgAA..." ], "dimensions": "SQUARE" }
curl --location --request POST '/mj/submit/blend' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "base64Array": [ "iVBORw0KGgoAAAANSUhEUgAA...", "iVBORw0KGgoAAAANSUhEUgAA..." ], "dimensions": "SQUARE" }'
{ "code": 1, "result": "task_id_blend_123", "description": "submitted" }