@Myqwn2729求推荐Midjourney API的客户端或者Web app 中发帖

适配类似这种API调用的客户端,用postman玩太不方便了 
curl --request POST \
--url https://api.example.com/mj/submit/imagine \
--header 'Authorization: Bearer sk-123456' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{
"botType": "mj_relax_imagine",
"prompt": "Realistic photo of cat"
}'