Authorization: Bearer ********************{
"base64Array": [
"string"
],
"dimensions": "PORTRAIT",
"notifyHook": "string"
}curl --location --request POST 'https://api.llmhub.com.cn/mj/submit/blend' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64Array": [
"string"
],
"dimensions": "PORTRAIT",
"notifyHook": "string"
}'{
"code": 1,
"description": "提交成功",
"result": "1234567890",
"properties": {}
}