{ "botType": "MID_JOURNEY", "prompt": "Cat", "notifyHook": "string", "state": "string" }
curl --location -g --request POST '{{BASE_URL}}/mj/submit/shorten' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "botType": "MID_JOURNEY", "prompt": "Cat", "notifyHook": "string", "state": "string" }'
{ "code": 1, "description": "success", "properties": {}, "result": 1320098173412546 }