curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/txt2img' \
--header 'Authorization: xxxxxxxxx' \
--header 'content-type: application/json' \
--data-raw '{
"num": 1,
"mj_stylize": 100
}'{
"code": "200",
"data": {
"jobs": [
"C5B5FE8DBF3679D9049342C130341BD9"
]
},
"msg": ""
}