Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"notifyHook": "",
"state": ""
}
curl --location --request POST '/mj/submit/shorten' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"notifyHook": "",
"state": ""
}'
{
"created": 1589478378,
"data": [
{
"url": "https://..."
},
{
"url": "https://..."
}
]
}