{ "notifyHook": "", "base64Array": [ "data:image/png;base64,xxx1", "data:image/png;base64,xxx2" ], "dimensions": "SQUARE", "state": "" }
curl --location --request POST 'http://dev-cn.your-api-server.com/mj-relax/mj/submit/blend' \ --header 'Content-Type: application/json' \ --data-raw '{ "notifyHook": "", "base64Array": [ "data:image/png;base64,xxx1", "data:image/png;base64,xxx2" ], "dimensions": "SQUARE", "state": "" }'
{ "error": "string" }