Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"prompt": "a black dog"
}
curl --location --request POST 'https://api.gpt.ge/mj/submit/shorten' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "a black dog"
}'
{
"code": 1,
"description": "Submit success",
"result": "1725018853016218",
"properties": {
"discordChannelId": "1279008817572745252",
"discordInstanceId": "1550558205682294784"
}
}