curl --location --request POST 'http://127.0.0.1:5678/api/mj/image' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_type": "image",
"img_arr": [
"string"
],
"prompt": "string",
"neg_prompt": "string",
"channel_id": "string",
"chaos": 0,
"stylize": "string",
"raw": true,
"seed": 0,
"tile": true,
"quality": 0,
"iw": 0,
"cref": "string",
"sref": "string",
"cw": 0
}'