Authorization: Bearer ********************{
"prompt": "将图片转为吉卜力风格",
"imageBase64": "data:image/png;xxx"
}curl --location --request POST '/mj/submit/edits' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "将图片转为吉卜力风格",
"imageBase64": "data:image/png;xxx"
}'{}