Adds a new movement to an etui.

  • Parameters

    • req: Request

      The Express request object containing the movement details in the body and etuiId in the params.

    • res: Response

      The Express response object.

    Returns Promise<undefined | Response<any, Record<string, any>>>

    A JSON response containing the created movement.