curl --location --request POST 'http://127.0.0.1:5678/api/sd/image' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"neg_prompt": "string",
"sampler": "string",
"scheduler": "string",
"style": 0,
"steps": 0,
"cfg_scale": 0,
"width": 0,
"height": 0,
"hd_fix": true,
"hd_redraw_rate": 0,
"hd_scale": 0,
"hd_scale_alg": "string",
"hd_steps": 0
}'