MotionSearchStartResponse
Response when motion search job starts.
successSuccess (boolean)required
messageMessage (string)required
job_idJob Id (string)required
MotionSearchStartResponse
{
"success": true,
"message": "string",
"job_id": "string"
}