Copying journey from one sandbox to another throwing error
Hi All,
When I am trying to copy a journey from one sandbox. The journey is getting created in the destination sandbox but with below error.

PFB the error details.
{
"error": [
{
"path": "/inline-messages/validation"
},
{
"0": "BU35eFnyoFA9MYOn4EGzwuBXaIzrYSDS"
},
{
"type": "https://ns.adobe.com/aep/errors/JOMAL-1004-404"
},
{
"title": "Resource Not Found."
},
{
"sandboxName": "prod"
},
{
"sandboxId": "missing"
},
{
"imsOrgId": {organization _id}
},
{
"serviceId": "message-authoring-service"
},
{
"errorCode": "JOMAL-1004-404"
},
{
"invokingServiceId": "voyager_ui"
}
],
"originalError": "{\"path\":\"/inline-messages/validation\",\"request-id\":[\"{reqId}\"],\"type\":\"https://ns.adobe.com/aep/errors/JOMAL-1004-404\",\"title\":\"Resource Not Found.\",\"status\":404,\"report\":{\"tenantInfo\":{\"sandboxName\":\"prod\",\"sandboxId\":\"missing\",\"imsOrgId\":\"{organization _id}"}},\"error-chain\":[{\"serviceId\":\"message-authoring-service\",\"errorCode\":\"JOMAL-1004-404\",\"invokingServiceId\":\"voyager_ui\",\"unixTimeStampMs\":1690284550672}]}"
}